aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test557
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-18 18:52:13 +0000
committerYang Tse <yangsita@gmail.com>2008-08-18 18:52:13 +0000
commit3e0b6a7d1f2b28d17635fd3fa7451be58f97858e (patch)
tree5e18ccb21473533dfa7a24582aa725f7623031c4 /tests/data/test557
parentef72f7d513c1229320c8adfa33f497681db82f16 (diff)
Update test case 557
Diffstat (limited to 'tests/data/test557')
-rw-r--r--tests/data/test55739
1 files changed, 11 insertions, 28 deletions
diff --git a/tests/data/test557 b/tests/data/test557
index 2f1c1435a..b493a49cd 100644
--- a/tests/data/test557
+++ b/tests/data/test557
@@ -1,11 +1,6 @@
<testcase>
-<info>
-<keywords>
-curl_mprintf
-</keywords>
-</info>
+#
# Server-side
-
<reply>
</reply>
@@ -14,13 +9,15 @@ curl_mprintf
<server>
none
</server>
+# tool is what to use instead of 'curl'
<tool>
lib557
</tool>
- <name>
-curl_mprintf
- </name>
- <command>
+
+<name>
+curl_mprintf() testing
+</name>
+<command>
nothing
</command>
</client>
@@ -29,24 +26,10 @@ nothing
# Verify data after the test has been "shot"
<verify>
<stdout mode="text">
-unsigned long test #1: OK
-unsigned long test #2: OK
-unsigned long test #3: OK
-unsigned long test #4: OK
-signed long test #1: OK
-signed long test #2: OK
-signed long test #3: OK
-signed long test #4: OK
-signed long test #5: OK
-signed long test #6: OK
-signed long test #7: OK
-curl_off_t test #1: OK
-curl_off_t test #2: OK
-curl_off_t test #3: OK
-curl_off_t test #4: OK
-curl_off_t test #5: OK
-curl_off_t test #6: OK
-curl_off_t test #7: OK
+All curl_mprintf() unsigned long tests OK!
+All curl_mprintf() signed long tests OK!
+All curl_mprintf() curl_off_t tests OK!
</stdout>
</verify>
+
</testcase>