From: Jelmer Vernooij Date: Tue, 23 Dec 2008 02:17:01 +0000 (+0100) Subject: pidl: Fix typelist test after addition of type origin tracking. X-Git-Tag: samba-4.0.0alpha6~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619f32018389ed0b04ae35683352c3b69832d5d7;p=thirdparty%2Fsamba.git pidl: Fix typelist test after addition of type origin tracking. --- diff --git a/pidl/tests/typelist.pl b/pidl/tests/typelist.pl index 54f4d345865..80ee868f9d7 100755 --- a/pidl/tests/typelist.pl +++ b/pidl/tests/typelist.pl @@ -30,6 +30,7 @@ is_deeply(getType({ TYPE => "STRUCT" }), { TYPE => "STRUCT" }); is_deeply(getType({ TYPE => "ENUM", NAME => "foo" }), $x); is_deeply(getType("uint16"), { NAME => "uint16", + BASEFILE => "", TYPE => "TYPEDEF", DATA => { NAME => "uint16", TYPE => "SCALAR" }});