summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/src
diff options
context:
space:
mode:
authorlaranjeiro2009-09-04 14:05:34 +0000
committerlaranjeiro2009-09-04 14:05:34 +0000
commit3aa6043c2450a349a890bc0eaaa1e1d4ce0e4692 (patch)
treeab6f8d115579a6d34744556bdf3808e7a6bc8c90 /cesar/mac/sar/test/functional/src
parentf289776531c8b96ea1ffcb98e4a9d780ac9535ba (diff)
*mac/sar, mfs (Closes #412)
* Added the MFS cmd use. * Missing callback registration to the PBProc. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5430 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/mac/sar/test/functional/src')
-rw-r--r--cesar/mac/sar/test/functional/src/sar_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/sar/test/functional/src/sar_tx.c b/cesar/mac/sar/test/functional/src/sar_tx.c
index a4836d553c..816083f5ea 100644
--- a/cesar/mac/sar/test/functional/src/sar_tx.c
+++ b/cesar/mac/sar/test/functional/src/sar_tx.c
@@ -111,7 +111,7 @@ verify_test (test_t test)
test_begin (test, "Verify PBs")
{
- test_fail_unless (mfs->common.release == false);
+ test_fail_unless (mfs->fsm_state != MFS_FSM_CMD_RELEASE);
test_fail_unless (mfs->head != NULL);
test_fail_unless (mfs->tail!= NULL);
test_fail_unless (mfs->head != mfs->tail);