- memory allocation tests removed

This commit is contained in:
Jan Hutter
2005-11-29 07:15:52 +00:00
parent 1bcea5140d
commit d0cc48e5ec
10 changed files with 85 additions and 150 deletions
@@ -105,8 +105,7 @@ void test_ike_sa_manager(tester_t *tester)
sa_id = ike_sa->get_id(ike_sa);
sa_id->set_responder_spi(sa_id, responder);
status = sa_id->clone(sa_id,&ike_sa_id);
tester->assert_true(tester, (status == SUCCESS), "clone sa id");
ike_sa_id = sa_id->clone(sa_id);
/* check in, so we should have a "completed" sa, specified by ike_sa_id */
status = td.isam->checkin(td.isam, ike_sa);