diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-06-05 10:27:30 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-05 10:29:46 +1000 |
commit | e53ee270916a5a1e6d21c4275b5307f642ab2794 (patch) | |
tree | df7576f81a777d229ba777df5d4ebcdc73dab57f /pidl/tests | |
parent | b65ba0e26c781647e097f3f6fa279c7f3f7f4bd2 (diff) | |
download | samba-e53ee270916a5a1e6d21c4275b5307f642ab2794.tar.gz |
pidl Fix samba4.pidl.typelist test after addition of 'double'
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 28bf394275d..adefd65ca0b 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" }}); |