From 3889af476ba52e98de210e8e0b3b4a44a26b3a60 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Wed, 16 Dec 2009 22:05:55 +0200 Subject: Enhance tests * Now that JSON_SORT_KEYS is implemented, take it into use with the valid and valid-strip suites. This is to ensure that the tests remain valid even if the string hash function is changed in the future. * Remove test_dump API test. Instead, implement the same tests more elegantly in the encoding-flags suite. --- test/suites/encoding-flags/compact-array/env | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/suites/encoding-flags/compact-array/env (limited to 'test/suites/encoding-flags/compact-array/env') diff --git a/test/suites/encoding-flags/compact-array/env b/test/suites/encoding-flags/compact-array/env new file mode 100644 index 0000000..9eab19d --- /dev/null +++ b/test/suites/encoding-flags/compact-array/env @@ -0,0 +1 @@ +export JSON_COMPACT=1 -- cgit v1.1