actually make sqlite work again (tests passed because the writer

was not actually defined because of the define.)
This commit is contained in:
Bernhard Amann 2013-05-13 19:27:11 -07:00
parent 2b8c2f2316
commit 6c99df508c
10 changed files with 179 additions and 98 deletions

View file

@ -3,7 +3,7 @@
# @TEST-GROUP: sqlite
#
# @TEST-EXEC: bro -r $TRACES/wikipedia.trace Log::default_writer=Log::WRITER_SQLITE
# @TEST-EXEC: sqlite3 conn.sqlite 'select * from conn' | sort > conn.select
# @TEST-EXEC: sqlite3 http.sqlite 'select * from http' | sort > http.select
# @TEST-EXEC: sqlite3 conn.sqlite 'select * from conn order by ts' | sort > conn.select
# @TEST-EXEC: sqlite3 http.sqlite 'select * from http order by ts' | sort > http.select
# @TEST-EXEC: btest-diff conn.select
# @TEST-EXEC: btest-diff http.select