summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-02 17:11:26 +1000
committerAndrew Tridgell <tridge@samba.org>2009-10-02 17:11:26 +1000
commita01713d3dc72a247a8b02360d28e7a98df112bad (patch)
treebda7caae89503d9972634b07afb1f28f551c892e /pidl/tests
parent7bdb4306b033be3fdb49773560bd84a1202c3457 (diff)
downloadsamba-a01713d3dc72a247a8b02360d28e7a98df112bad.tar.gz
samba-a01713d3dc72a247a8b02360d28e7a98df112bad.tar.bz2
samba-a01713d3dc72a247a8b02360d28e7a98df112bad.zip
pid: update ndr testsuite for new union alignment
Diffstat (limited to 'pidl/tests')
-rwxr-xr-xpidl/tests/ndr.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidl/tests/ndr.pl b/pidl/tests/ndr.pl
index 53b8cb89e3..9c301892ae 100755
--- a/pidl/tests/ndr.pl
+++ b/pidl/tests/ndr.pl
@@ -533,7 +533,8 @@ $t = {
ORIGINAL => {
TYPE => "UNION",
NAME => "foo"
- }
+ },
+ ALIGN => undef
};
is_deeply(ParseType($t->{ORIGINAL}, "ref"), $t);