summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-23 03:17:01 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-23 03:17:01 +0100
commit619f32018389ed0b04ae35683352c3b69832d5d7 (patch)
tree0413e0b6da6cb1b1770c3f9c5c6c41ea0cacc4aa /pidl/tests
parent13feda897aca727bc87e4a84f4373df3737793ba (diff)
downloadsamba-619f32018389ed0b04ae35683352c3b69832d5d7.tar.gz
samba-619f32018389ed0b04ae35683352c3b69832d5d7.tar.bz2
samba-619f32018389ed0b04ae35683352c3b69832d5d7.zip
pidl: Fix typelist test after addition of type origin tracking.
Diffstat (limited to 'pidl/tests')
-rwxr-xr-xpidl/tests/typelist.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/tests/typelist.pl b/pidl/tests/typelist.pl
index 54f4d34586..80ee868f9d 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 => "<builtin>",
TYPE => "TYPEDEF",
DATA => { NAME => "uint16", TYPE => "SCALAR" }});