summaryrefslogtreecommitdiff
path: root/cesar/cp/cco/action/test/src/garbage.c
diff options
context:
space:
mode:
authorlaranjeiro2008-11-06 16:55:49 +0000
committerlaranjeiro2008-11-06 16:55:49 +0000
commitdb4880d8eaaf6bb37a0cd8b88e1a6eef73cc18ac (patch)
treef09318d4a256991a83274e9caf6ff98918ce7299 /cesar/cp/cco/action/test/src/garbage.c
parent1fcb750c4902a19da37e019afd29155cbc7ee283 (diff)
cp/cco/action: Remove useless unassociated stations. This is already made in the station manager.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3445 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/cco/action/test/src/garbage.c')
-rw-r--r--cesar/cp/cco/action/test/src/garbage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/cco/action/test/src/garbage.c b/cesar/cp/cco/action/test/src/garbage.c
index e1efbe87f9..faf47b0008 100644
--- a/cesar/cp/cco/action/test/src/garbage.c
+++ b/cesar/cp/cco/action/test/src/garbage.c
@@ -111,7 +111,7 @@ my_thread_entry (cyg_addrword_t data)
}
test_fail_if (set_empty (&net->associated_stas) == false);
- test_fail_if (set_empty (&net->unassociated_stas) == false);
+ test_fail_if (set_empty (&net->unassociated_stas) != false);
}
test_end;