summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/src/sar_tx.c
diff options
context:
space:
mode:
authorlaranjeiro2009-06-09 07:50:37 +0000
committerlaranjeiro2009-06-09 07:50:37 +0000
commit14601d0ad8349f638e0935a815ca5ca51fa15c97 (patch)
treefca667944d69159b8a33b3adfdf7a26ff56ea94d /cesar/mac/sar/test/functional/src/sar_tx.c
parent83abec7154564effcdb80cf62a9fed4d5a9e3cce (diff)
*mac/sar:
* Fix the expiration procedure to set correctly the release flag. * Update the expiration date (in NTB) when adding the MFS to the SAR. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4767 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/mac/sar/test/functional/src/sar_tx.c')
-rw-r--r--cesar/mac/sar/test/functional/src/sar_tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/mac/sar/test/functional/src/sar_tx.c b/cesar/mac/sar/test/functional/src/sar_tx.c
index 5b0b8ef23a..b8cb3995cd 100644
--- a/cesar/mac/sar/test/functional/src/sar_tx.c
+++ b/cesar/mac/sar/test/functional/src/sar_tx.c
@@ -111,6 +111,7 @@ verify_test (test_t test)
test_begin (test, "Verify PBs")
{
+ test_fail_unless (mfs->common.release == false);
test_fail_unless (mfs->head != NULL);
test_fail_unless (mfs->tail!= NULL);
test_fail_unless (mfs->head != mfs->tail);