created protected_tester_t for testcases

This commit is contained in:
Jan Hutter
2005-12-07 11:08:54 +00:00
parent f4d8999cc1
commit 51d56047d8
56 changed files with 226 additions and 207 deletions
+3 -3
View File
@@ -29,7 +29,7 @@
/*
* Description in header-file
*/
void test_linked_list(tester_t *tester)
void test_linked_list(protected_tester_t *tester)
{
void *test_value = NULL;
@@ -122,7 +122,7 @@ void test_linked_list(tester_t *tester)
/*
* Description in header-file
*/
void test_linked_list_iterator(tester_t *tester)
void test_linked_list_iterator(protected_tester_t *tester)
{
void * value;
@@ -187,7 +187,7 @@ void test_linked_list_iterator(tester_t *tester)
/*
* Description in header-file
*/
void test_linked_list_insert_and_remove(tester_t *tester)
void test_linked_list_insert_and_remove(protected_tester_t *tester)
{
void *value;
iterator_t * iterator;