From 2f71461b2953373557bc0fbb0065859ce46378cc Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 18 Aug 2008 09:58:08 +0000 Subject: Added test case 557 to verify libcurl's internal curl_m*printf() functions formatting functionality when handling signed and unsigned longs, as well as our curl_off_t data type. --- tests/data/test557 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tests/data/test557 (limited to 'tests/data/test557') diff --git a/tests/data/test557 b/tests/data/test557 new file mode 100644 index 000000000..2f1c1435a --- /dev/null +++ b/tests/data/test557 @@ -0,0 +1,52 @@ + + + +curl_mprintf + + +# Server-side + + + + +# Client-side + + +none + + +lib557 + + +curl_mprintf + + +nothing + + + +# +# Verify data after the test has been "shot" + + +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 + + + -- cgit v1.2.3