summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test/src/bw_test.c
diff options
context:
space:
mode:
authorboure2008-07-25 08:19:37 +0000
committerboure2008-07-25 08:19:37 +0000
commitad38ab72b2ae7a950ffeff8c4df5ef98bfb00937 (patch)
tree18e055338d648a88fd8be73ba0e5ee72818e7ca1 /cesar/cp2/cco/bw/test/src/bw_test.c
parent695d3b0ac72ee9c965e9c2553df2f471988d8225 (diff)
get_next_txop pb fixed
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2658 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw/test/src/bw_test.c')
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp2/cco/bw/test/src/bw_test.c b/cesar/cp2/cco/bw/test/src/bw_test.c
index 888be25071..1e502d4d11 100644
--- a/cesar/cp2/cco/bw/test/src/bw_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_test.c
@@ -827,7 +827,7 @@ test_case_allocate_multiple_txop (test_t test)
test_fail_if(txop[1]!= alloc_test[5],
"Wrong next TXOP");
test_fail_if(txop[2],
- "Wrong next TXOP");
+ "Wrong next TXOP it should be NULL");
}
test_end;