From: Jelmer Vernooij Date: Sat, 12 Sep 2009 23:59:48 +0000 (+0200) Subject: Fix string-wchar-fixed-array-03 test (when libndr is available). X-Git-Tag: talloc-2.0.1~519^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac9c35f99299497cfaad907c84830e7c57c013b;p=thirdparty%2Fsamba.git Fix string-wchar-fixed-array-03 test (when libndr is available). --- diff --git a/pidl/tests/ndr_string.pl b/pidl/tests/ndr_string.pl index f4a5c53af93..7b76c7b2950 100755 --- a/pidl/tests/ndr_string.pl +++ b/pidl/tests/ndr_string.pl @@ -146,9 +146,9 @@ test_samba4_ndr("string-wchar-fixed-array-03", 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, \'f\', 0x00, \'o\', 0x00, - \'o\', 0x00, \'b\', 0x00 + \'o\', 0x00, \'b\', 0x00, \'a\', 0x00, \'r\', 0x00, - 0x00, 0x00, 0x00, 0x00 + 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 }; DATA_BLOB b = { data, sizeof(data) };