From 9d8d0650f508f672e9b3830f1b471322e81b6142 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 19 Oct 2012 14:21:15 -0700 Subject: [PATCH] Fix expected string for nest test. --- libguac/tests/protocol/nest_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguac/tests/protocol/nest_write.c b/libguac/tests/protocol/nest_write.c index bc0d6439..a360560f 100644 --- a/libguac/tests/protocol/nest_write.c +++ b/libguac/tests/protocol/nest_write.c @@ -95,7 +95,7 @@ void test_nest_write() { else { char expected[] = - "4.nest,1.0,33." + "4.nest,1.0,42." "9.clipboard,11.a" UTF8_4 "b" UTF8_4 "c;" "4.sync,5.12345;" ";";