zeek/testing/btest/scripts/base/frameworks/input
Bernhard Amann 4cbf4e3caf Small but important fix for the input framework. BroStrings were constructed
without a final \0 - which means that strings read by the input framework are
unusable by basically all internal functions (like to_count).

the basic test now also checks this.

Thanks at Sheharbano for noticing this.
2012-10-01 13:04:40 -07:00
..
basic.bro Small but important fix for the input framework. BroStrings were constructed 2012-10-01 13:04:40 -07:00
bignumber.bro ok, this one might really be a bit too big for 2.1 2012-08-26 22:00:37 -07:00
binary.bro Tests updates for recent open/close log change. 2012-07-27 12:39:11 -07:00
empty-values-hashing.bro Ok, this one is not really necessary for 2.1 and more of a nice-to-have 2012-08-26 20:49:21 -07:00
emptyvals.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
event.bro make want_record=T the default for events 2012-07-26 21:13:49 -07:00
executeraw.bro make want_record=T the default for events 2012-07-26 21:13:49 -07:00
invalidnumbers.bro ...and another small change to error handling -> now errors in single lines 2012-08-27 11:38:20 -07:00
missing-file.bro Fix input test for recent default change on fastpath. 2012-07-27 12:39:20 -07:00
onecolumn-norecord.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
onecolumn-record.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
optional.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
port.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
predicate-stream.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
predicate.bro small bug in test script. Still worked, because the internal type checking let this through... 2012-08-04 22:24:44 -07:00
predicatemodify.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
predicatemodifyandreread.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
predicaterefusesecondsamerecord.bro fix little sneaky bug in input framework with an edge case. 2012-08-04 22:38:26 -07:00
raw.bro make want_record=T the default for events 2012-07-26 21:13:49 -07:00
repeat.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
reread.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
rereadraw.bro make want_record=T the default for events 2012-07-26 21:13:49 -07:00
set.bro add testcase for input of set. 2012-08-21 21:48:49 -07:00
setseparator.bro make set_separators different from , work for input framework. 2012-08-26 17:52:07 -07:00
setspecialcases.bro fix handline of sets only containing a zero-length string. 2012-08-27 09:50:51 -07:00
stream.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
streamraw.bro make want_record=T the default for events 2012-07-26 21:13:49 -07:00
subrecord-event.bro and remove superflous print. 2012-07-26 12:15:06 -07:00
subrecord.bro add testcase for subrecords to input framework tests 2012-07-26 08:58:12 -07:00
tableevent.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
twotables.bro Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
unsupported_types.bro add an option to the input framework that allows the user 2012-08-22 06:46:45 -07:00