Commit Graph

6 Commits

Author SHA1 Message Date
Guy Harris
5492b22a2c Update tests to reflect the new HTTP dissector. 2014-10-20 02:43:58 -07:00
Denis Ovsienko
c9569fd10a fix flags printing tests
The test cases included the timestamp (due to missing -t) and failed
unless run in the same timezone as produced. The failures printed by
print-flags.sh did not make it into the final report because the script
always returned 0.

Strip the timestamps and replace print-flags.sh with some contents in
TESTLIST.
2013-10-26 11:28:15 +04:00
Guy Harris
fa84e75d96 Propagate
commit 0a029bab08
	Author: Michael Richardson <mcr@sandelman.ottawa.on.ca>
	Date:   Sat Nov 14 20:51:44 2009 -0500

	    updated print-flags test case to have new TCP flags

to print-capXX.out, prior to removing print-XX.out (again - see previous
commits; it collides with print-xx.out on systems with case-insensitive
file systems).
2009-11-16 16:32:21 -08:00
guy
fbafaea958 Propagate this change:
revision 1.5
	date: 2007-08-29 12:04:17 +0000;  author: mcr;  state: Exp;  lines: +10 -10
	test cases and output for IKEv2 and -X options.

from print-XX.out, prior to removal of print-XX.out (having both
print-xx.out and print-XX.out doesn't work on OSes with case-insensitive
file systems, such as most file systems on Windows and several file
systems on OS X).
2007-10-16 01:16:33 +00:00
uid2056
634d798534 Propagate
revision 1.3
	date: 2005/10/02 22:24:33;  author: mcr;  state: Exp;  lines: +10 -10
	branches:  1.3.2;
	   updated test case output

for print-X.out and print-XX.out to print-capX.out and print-capXX.out,
and re-remove print-X.out and print-XX.out, so that they don't collide
with "print-x.out" and "print-xx.out" on systems with case-insensitive
file systems (not only are modern Windows file systems case-insensitive
but case-preserving, so, by default, is HFS+ on OS X, so you can even
have case-insensitivity on UN*X systems).
2005-10-13 09:11:43 +00:00
guy
302abc1cfd Rename "print-X.out" and "print-XX.out" to "print-capX.otu" and
"print-capXX.out", so that they don't collide with "print-x.out" and
"print-xx.out" on systems with case-insensitive file systems (not only
are modern Windows file systems case-insensitive but case-preserving,
so, by default, is HFS+ on OS X, so you can even have case-insensitivity
on UN*X systems).
2005-07-11 17:35:28 +00:00