jsoncpp/test/data
Baptiste Lepilleur 201fb2cf0d - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined.
- Added Json::ArrayIndex as an unsigned int to forwards.h
- Modified Json::Value to consistently use Json::ArrayIndex.
- Added int/unsigned int constructor overload to Json::Value to avoid ambiguous constructor call.
- Modified jsontestrunner/main.cpp to use Json::valueToString for Value::asInt() conversion to string.
- Modified Json::Reader to only overflow to double when the number is too large (previous code relied on the fact that an int fitted in a double without precision loss).
- Generalized uintToString() helpers and buffer size to automatically adapt to the precision of Json::UInt.
- Added specific conversion logic for UInt to double conversion on Microsoft Visual Studio 6 which only support __int64 to double conversion (unsigned __int64 conversion is not supported)
- Added test for 64 bits parsing/writing. Notes: those will fail when compiled with JSON_NO_INT64 (more dev required to adapt).
2010-04-19 07:37:41 +00:00
..
test_array_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_03.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_03.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_04.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_04.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_05.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_05.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_06.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_array_06.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_03.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_03.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_04.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_04.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_05.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_05.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_06.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_06.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_07.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_07.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_08.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_08.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_09.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_basic_09.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_comment_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_comment_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_complex_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_complex_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_03.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_03.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_04.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_04.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_05.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_05.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_integer_06_64bits.expected - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. 2010-04-19 07:37:41 +00:00
test_integer_06_64bits.json - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. 2010-04-19 07:37:41 +00:00
test_integer_07_64bits.expected - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. 2010-04-19 07:37:41 +00:00
test_integer_07_64bits.json - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. 2010-04-19 07:37:41 +00:00
test_integer_08_64bits.expected - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. 2010-04-19 07:37:41 +00:00
test_integer_08_64bits.json - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. 2010-04-19 07:37:41 +00:00
test_large_01.expected - added a large test that cause(d?) crash with experimental JSON_VALUE_USE_INTERNAL_MAP 2010-02-21 10:44:12 +00:00
test_large_01.json - added a large test that cause(d?) crash with experimental JSON_VALUE_USE_INTERNAL_MAP 2010-02-21 10:44:12 +00:00
test_object_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_03.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_03.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_04.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_object_04.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_preserve_comment_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_preserve_comment_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_03.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_03.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_04.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_04.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_05.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_05.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_06.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_06.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_07.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_real_07.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_01.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_01.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_02.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_02.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_03.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_03.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_04.expected Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_04.json Moved jsontestrunner data from test/ to test/data. 2009-11-21 18:20:25 +00:00
test_string_unicode_05.expected - fixed failing test 2010-02-19 05:09:54 +00:00
test_string_unicode_05.json Added another failing unicode test case 2009-11-26 10:52:18 +00:00