diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-21 05:19:40 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-21 05:19:40 +0000 |
commit | 95cef39defe9af5b8cdb78fa9d0e543dae0ed5dd (patch) | |
tree | be3fba8f8fe771ce1cd36bdbf192e530fc32f0ca /tests/data | |
parent | 00fb5bcf35b13638f7994ad619bf4fb717c849f2 (diff) |
Test case 557 now also verifies signed and unsigned int formatting.
Diffstat (limited to 'tests/data')
-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 b493a49cd..0929e0ac5 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 int tests OK! +All curl_mprintf() signed int tests OK! All curl_mprintf() unsigned long tests OK! All curl_mprintf() signed long tests OK! All curl_mprintf() curl_off_t tests OK! |