From e53ee270916a5a1e6d21c4275b5307f642ab2794 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 5 Jun 2009 10:27:30 +1000 Subject: pidl Fix samba4.pidl.typelist test after addition of 'double' --- pidl/tests/typelist.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'pidl/tests') 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 => "", TYPE => "TYPEDEF", DATA => { NAME => "double", TYPE => "SCALAR" }}); -- cgit