From: Simon McVittie Date: Mon, 1 Jul 2013 11:14:02 +0000 (+0100) Subject: Make the test for #53499 more obviously correct X-Git-Tag: dbus-1.6.14~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00c1c0ac1fb9258747c56ff77a4a35beb44bd994;p=thirdparty%2Fdbus.git Make the test for #53499 more obviously correct --- diff --git a/dbus/dbus-address.c b/dbus/dbus-address.c index 6506d213d..18f009470 100644 --- a/dbus/dbus-address.c +++ b/dbus/dbus-address.c @@ -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[] = {