[SCM] Samba Shared Repository - branch master updated - 619f32018389ed0b04ae35683352c3b69832d5d7

Jelmer Vernooij jelmer at samba.org
Tue Dec 23 02:17:46 GMT 2008


The branch, master has been updated
       via  619f32018389ed0b04ae35683352c3b69832d5d7 (commit)
      from  13feda897aca727bc87e4a84f4373df3737793ba (commit)

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


- Log -----------------------------------------------------------------
commit 619f32018389ed0b04ae35683352c3b69832d5d7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 23 03:17:01 2008 +0100

    pidl: Fix typelist test after addition of type origin tracking.

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

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 54f4d34..80ee868 100755
--- a/pidl/tests/typelist.pl
+++ b/pidl/tests/typelist.pl
@@ -30,6 +30,7 @@ is_deeply(getType({ TYPE => "STRUCT" }), { TYPE => "STRUCT" });
 is_deeply(getType({ TYPE => "ENUM", NAME => "foo" }), $x);
 is_deeply(getType("uint16"), {
 		NAME => "uint16",
+		BASEFILE => "<builtin>",
 		TYPE => "TYPEDEF",
 		DATA => { NAME => "uint16", TYPE => "SCALAR" }});
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list