dovecot-2.2: test-json-parser: Fixed failing test with some non-...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 19 12:18:41 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/ea6636b36b1c
changeset: 16042:ea6636b36b1c
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 19 12:18:25 2013 +0200
description:
test-json-parser: Fixed failing test with some non-gcc/clang compilers.

diffstat:

 src/lib/test-json-parser.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 5b975ddc1c9a -r ea6636b36b1c src/lib/test-json-parser.c
--- a/src/lib/test-json-parser.c	Tue Mar 19 12:13:33 2013 +0200
+++ b/src/lib/test-json-parser.c	Tue Mar 19 12:18:25 2013 +0200
@@ -26,8 +26,8 @@
 	"  \"sub3\":12.456e9,\n"
 	"  \"sub4\":0.456e-789"
 	"},"
-	"\"key9\": \"foo\\\\\\\"\\b\\f\\n\\r\\t\\u0001\uffff\","
-	"\"key10\": \"foo\\\\\\\"\\b\\f\\n\\r\\t\\u0001\uffff\","
+	"\"key9\": \"foo\\\\\\\"\\b\\f\\n\\r\\t\\u0001\\uffff\","
+	"\"key10\": \"foo\\\\\\\"\\b\\f\\n\\r\\t\\u0001\\uffff\","
 	"\"key11\": [],"
 	"\"key12\": [ \"foo\" , 5.24,[true],{\"aobj\":[]}]"
 	"}\n";


More information about the dovecot-cvs mailing list