diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-26 21:40:20 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-26 21:40:20 +0000 |
commit | dc289aa4fa4ea381237be28372b4eaf5c87a86de (patch) | |
tree | e56f1348553f29099774f52df01e02741e0773c2 /tests/data/test558 | |
parent | 6db8f534450d50ff70c3d5a46ac32ccfbac4da46 (diff) | |
download | curl-dc289aa4fa4ea381237be28372b4eaf5c87a86de.tar.gz |
convert test #558 into something more interesting, attempting
now to minimally exercise some internal hash routines.
Diffstat (limited to 'tests/data/test558')
-rw-r--r-- | tests/data/test558 | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/tests/data/test558 b/tests/data/test558 index 481588ae6..e2c74b251 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -15,7 +15,7 @@ lib558 </tool> <name> -loop testing +internal hash testing </name> <command> nothing @@ -26,28 +26,13 @@ nothing # Verify data after the test has been "shot" <verify> <stdout mode="text"> -malloc of root struct OK -malloc of pointer table OK -initializing table... -table initialized OK -filling pointer table... -malloc of pointed element (idx 0) OK -malloc of pointed element (idx 1) OK -malloc of pointed element (idx 2) OK -malloc of pointed element (idx 3) OK -malloc of pointed element (idx 4) OK -malloc of pointed element (idx 5) OK -malloc of pointed element (idx 6) OK -malloc of pointed element (idx 7) OK -malloc of pointed element (idx 8) OK -malloc of pointed element (idx 9) OK -pointer table filling OK -freeing pointers in table... -freeing pointers in table OK -freeing table... -freeing table OK -freeing root struct... -freeing root struct OK +easy handle init OK +creating hash... +hash creation OK +destroying hash... +hash destruction OK +destroying easy handle... +easy handle destruction OK </stdout> </verify> |