The branch, master has been updated
       via  e53ee270916a5a1e6d21c4275b5307f642ab2794 (commit)
      from  b65ba0e26c781647e097f3f6fa279c7f3f7f4bd2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e53ee270916a5a1e6d21c4275b5307f642ab2794
Author: Andrew Bartlett <[email protected]>
Date:   Fri Jun 5 10:27:30 2009 +1000

    pidl Fix samba4.pidl.typelist test after addition of 'double'

-----------------------------------------------------------------------

Summary of changes:
 pidl/tests/typelist.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/pidl/tests/typelist.pl b/pidl/tests/typelist.pl
index 28bf394..adefd65 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" }});
 


-- 
Samba Shared Repository

Reply via email to