Make the test for #53499 more obviously correct
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 1 Jul 2013 11:14:02 +0000 (12:14 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 1 Jul 2013 11:14:02 +0000 (12:14 +0100)
dbus/dbus-address.c

index 6506d21..18f0094 100644 (file)
@@ -680,7 +680,7 @@ static const EscapeTest escape_tests[] = {
   { "i", "i" },
   { "z", "z" },
   /* Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53499 */
-  { "%c3%b6", "\303\266" }
+  { "%c3%b6", "\xc3\xb6" }
 };
 
 static const char* invalid_escaped_values[] = {