diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 03:17:01 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 03:17:01 +0100 |
commit | 619f32018389ed0b04ae35683352c3b69832d5d7 (patch) | |
tree | 0413e0b6da6cb1b1770c3f9c5c6c41ea0cacc4aa /pidl/tests | |
parent | 13feda897aca727bc87e4a84f4373df3737793ba (diff) | |
download | samba-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-x | pidl/tests/typelist.pl | 1 |
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" }}); |