summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-09-13 01:59:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-09-13 02:01:38 +0200
commit27f54a77a698c4994a209fd0b8fa89d5617a7bdd (patch)
treea316197a3d9dd869882fdd8f730500f8f4cf7568 /pidl/tests
parent4b5ca12f2c996321e741da68aed934dc4a3cdd35 (diff)
downloadsamba-27f54a77a698c4994a209fd0b8fa89d5617a7bdd.tar.gz
samba-27f54a77a698c4994a209fd0b8fa89d5617a7bdd.tar.bz2
samba-27f54a77a698c4994a209fd0b8fa89d5617a7bdd.zip
Fix string-wchar-fixed-array-02 test (when libndr is available).
Diffstat (limited to 'pidl/tests')
-rwxr-xr-xpidl/tests/ndr_string.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidl/tests/ndr_string.pl b/pidl/tests/ndr_string.pl
index b28ba7083c..f4a5c53af9 100755
--- a/pidl/tests/ndr_string.pl
+++ b/pidl/tests/ndr_string.pl
@@ -114,9 +114,9 @@ test_samba4_ndr("string-wchar-fixed-array-02",
0x00, 0x00, 0x00, 0x00,
0x06, 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) };