summaryrefslogtreecommitdiff
path: root/cesar/bsu/test/utest/src/bsut.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/test/utest/src/bsut.c')
-rw-r--r--cesar/bsu/test/utest/src/bsut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/bsu/test/utest/src/bsut.c b/cesar/bsu/test/utest/src/bsut.c
index 7e22d519cc..6d18ca9740 100644
--- a/cesar/bsu/test/utest/src/bsut.c
+++ b/cesar/bsu/test/utest/src/bsut.c
@@ -609,6 +609,7 @@ test_case_bsu_activate (test_t test)
test_fail_unless (t.ca.beacon_periods[i].start_date == bpsd[i]);
bsu_activate (false);
test_fail_unless (t.bsu->activate == false);
+ test_fail_unless (t.bsu->sta_avln == &t.bsu->poweron);
}
test_end;
bsu_test_uninit (&t);