aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/ike_sa_manager_test.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-05 19:17:45 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-05 19:17:45 +0000
commit34852cae00acc468cc43106f27441015b92bf764 (patch)
treec483642521abaf7f9621305c4abbed0f1433f841 /Source/charon/testcases/ike_sa_manager_test.c
parentc81eb6e77ca17136ddff82fe93433007f9b93681 (diff)
downloadstrongswan-34852cae00acc468cc43106f27441015b92bf764.tar.bz2
strongswan-34852cae00acc468cc43106f27441015b92bf764.tar.xz
- Implemented but not tested unknown_payload_t
Diffstat (limited to 'Source/charon/testcases/ike_sa_manager_test.c')
-rw-r--r--Source/charon/testcases/ike_sa_manager_test.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/charon/testcases/ike_sa_manager_test.c b/Source/charon/testcases/ike_sa_manager_test.c
index 29f6a46a2..f2424bc14 100644
--- a/Source/charon/testcases/ike_sa_manager_test.c
+++ b/Source/charon/testcases/ike_sa_manager_test.c
@@ -48,15 +48,6 @@ static void test1_thread(ike_sa_id_t *ike_sa_id)
}
-static void test2_thread(ike_sa_id_t *ike_sa_id)
-{
- ike_sa_t *ike_sa;
- status_t status;
-
- status = td.isam->checkout(td.isam, ike_sa_id, &ike_sa);
- td.tester->assert_true(td.tester, (status == NOT_FOUND), "IKE_SA already deleted");
-}
-
static void test3_thread(ike_sa_id_t *ike_sa_id)
{
ike_sa_t *ike_sa;