diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-09-13 01:59:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-09-13 02:01:38 +0200 |
commit | fac9c35f99299497cfaad907c84830e7c57c013b (patch) | |
tree | f2e65149c58e0d66246761bdd4e61eaf33afc637 /pidl | |
parent | 27f54a77a698c4994a209fd0b8fa89d5617a7bdd (diff) | |
download | samba-fac9c35f99299497cfaad907c84830e7c57c013b.tar.gz samba-fac9c35f99299497cfaad907c84830e7c57c013b.tar.xz samba-fac9c35f99299497cfaad907c84830e7c57c013b.zip |
Fix string-wchar-fixed-array-03 test (when libndr is available).
Diffstat (limited to 'pidl')
-rwxr-xr-x | pidl/tests/ndr_string.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pidl/tests/ndr_string.pl b/pidl/tests/ndr_string.pl index f4a5c53af9..7b76c7b295 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) }; |