summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-06 20:49:14 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-07 09:56:23 +1100
commit7816f9d7abf5203537c3bb7afb9511b00d2d974f (patch)
treef80e86fe04555840de977fbdd7aac43d65e4ff0b /pidl/tests
parent90cd031fb3b88a9451b0d85e1081e771f7d6ec2f (diff)
downloadsamba-7816f9d7abf5203537c3bb7afb9511b00d2d974f.tar.gz
samba-7816f9d7abf5203537c3bb7afb9511b00d2d974f.tar.bz2
samba-7816f9d7abf5203537c3bb7afb9511b00d2d974f.zip
pidl: update PIDL tests for uint1632 enums
Diffstat (limited to 'pidl/tests')
-rwxr-xr-xpidl/tests/typelist.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/tests/typelist.pl b/pidl/tests/typelist.pl
index adefd65ca0..e99b016487 100755
--- a/pidl/tests/typelist.pl
+++ b/pidl/tests/typelist.pl
@@ -71,7 +71,7 @@ is(0, scalar_is_reference({TYPE => "STRUCT", NAME => "echo_foobar"}));
is("uint8", enum_type_fn({TYPE => "ENUM", PARENT=>{PROPERTIES => {enum8bit => 1}}}));
is("uint32", enum_type_fn({TYPE => "ENUM", PARENT=>{PROPERTIES => {v1_enum => 1}}}));
-is("uint16", enum_type_fn({TYPE => "ENUM", PARENT=>{PROPERTIES => {}}}));
+is("uint1632", enum_type_fn({TYPE => "ENUM", PARENT=>{PROPERTIES => {}}}));
is("uint8", bitmap_type_fn({TYPE => "BITMAP", PROPERTIES => {bitmap8bit => 1}}));
is("uint16", bitmap_type_fn({TYPE => "BITMAP", PROPERTIES => {bitmap16bit => 1}}));