pid: update ndr testsuite for new union alignment
authorAndrew Tridgell <tridge@samba.org>
Fri, 2 Oct 2009 07:11:26 +0000 (17:11 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 2 Oct 2009 07:11:26 +0000 (17:11 +1000)
pidl/tests/ndr.pl

index 53b8cb89e3b47834c8f85eaf2c859fb5b218838d..9c301892ae20a34b3102b447bbea9c63961f1cb9 100755 (executable)
@@ -533,7 +533,8 @@ $t = {
        ORIGINAL => {
                TYPE => "UNION",
                NAME => "foo"
-       }
+       },
+       ALIGN => undef
 };
 is_deeply(ParseType($t->{ORIGINAL}, "ref"), $t);