From: Andrew Bartlett Date: Fri, 5 Jun 2009 00:27:30 +0000 (+1000) Subject: pidl Fix samba4.pidl.typelist test after addition of 'double' X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=e53ee270916a5a1e6d21c4275b5307f642ab2794;p=metze%2Fsamba%2Fwip.git pidl Fix samba4.pidl.typelist test after addition of 'double' --- diff --git a/pidl/tests/typelist.pl b/pidl/tests/typelist.pl index 28bf394275dd..adefd65ca0b0 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 => "", TYPE => "TYPEDEF", DATA => { NAME => "double", TYPE => "SCALAR" }});