git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13feda8
)
pidl: Fix typelist test after addition of type origin tracking.
author
Jelmer Vernooij
<jelmer@samba.org>
Tue, 23 Dec 2008 02:17:01 +0000
(
03:17
+0100)
committer
Jelmer Vernooij
<jelmer@samba.org>
Tue, 23 Dec 2008 02:17:01 +0000
(
03:17
+0100)
pidl/tests/typelist.pl
patch
|
blob
|
history
diff --git
a/pidl/tests/typelist.pl
b/pidl/tests/typelist.pl
index 54f4d345865d2d82bb04bfa5a735539b895977dd..80ee868f9d7a4ca1e9d94cb168d5b6365b7e03e6 100755
(executable)
--- 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" }});