Changeset 939
- Timestamp:
- 08/21/06 23:28:10 (7 years ago)
- File:
-
- 1 edited
-
trunk/test/test-dir.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test-dir.c
r853 r939 52 52 #include <string.h> 53 53 54 #include "dagformat.h"55 54 #include "libtrace.h" 56 55 … … 141 140 if (trace_get_source_port(packet)==80) { 142 141 trace_set_direction(packet,TRACE_DIR_OUTGOING); 142 assert(trace_get_direction(packet)==TRACE_DIR_OUTGOING); 143 assert(trace_get_source_port(packet)==80); 143 144 } 144 145 else { 145 146 trace_set_direction(packet,TRACE_DIR_INCOMING); 147 assert(trace_get_direction(packet)==TRACE_DIR_INCOMING); 146 148 } 147 149 /* And then force demotion */
Note: See TracChangeset
for help on using the changeset viewer.
