summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-06-05 10:27:30 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-06-05 10:29:46 +1000
commite53ee270916a5a1e6d21c4275b5307f642ab2794 (patch)
treedf7576f81a777d229ba777df5d4ebcdc73dab57f /pidl/tests
parentb65ba0e26c781647e097f3f6fa279c7f3f7f4bd2 (diff)
downloadsamba-e53ee270916a5a1e6d21c4275b5307f642ab2794.tar.gz
samba-e53ee270916a5a1e6d21c4275b5307f642ab2794.tar.bz2
samba-e53ee270916a5a1e6d21c4275b5307f642ab2794.zip
pidl Fix samba4.pidl.typelist test after addition of 'double'
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 28bf394275..adefd65ca0 100755
--- a/pidl/tests/typelist.pl
+++ b/pidl/tests/typelist.pl
@@ -37,6 +37,7 @@ is_deeply(getType("uint16"), {
is_deeply(getType("double"), {
NAME => "double",
+ BASEFILE => "<builtin>",
TYPE => "TYPEDEF",
DATA => { NAME => "double", TYPE => "SCALAR" }});