diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-04 14:41:01 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-04 14:41:01 +0000 |
commit | a9a5a8e45cf81bc3d0585ad6dd7144a4bd3a68d9 (patch) | |
tree | a8e2f0fb9cdb1b7afbd51ec4d0f324c31d49565d /tests/data/test557 | |
parent | 8044366134d38c8585232e7eed95660fef29ed79 (diff) |
Modified test case 557 to additionally verify libcurl's internal curl_m*printf()
functions formatting functionality when handling signed and unsigned shorts.
Diffstat (limited to 'tests/data/test557')
-rw-r--r-- | tests/data/test557 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test557 b/tests/data/test557 index 0929e0ac5..3da67e99f 100644 --- a/tests/data/test557 +++ b/tests/data/test557 @@ -26,6 +26,8 @@ nothing # Verify data after the test has been "shot" <verify> <stdout mode="text"> +All curl_mprintf() unsigned short tests OK! +All curl_mprintf() signed short tests OK! All curl_mprintf() unsigned int tests OK! All curl_mprintf() signed int tests OK! All curl_mprintf() unsigned long tests OK! |