1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

pid: update ndr testsuite for new union alignment

This commit is contained in:
Andrew Tridgell 2009-10-02 17:11:26 +10:00
parent 7bdb4306b0
commit a01713d3dc

View File

@ -533,7 +533,8 @@ $t = {
ORIGINAL => {
TYPE => "UNION",
NAME => "foo"
}
},
ALIGN => undef
};
is_deeply(ParseType($t->{ORIGINAL}, "ref"), $t);