pidl: fix field2name wireshark dissector test.
[ambi/samba-autobuild/.git] / pidl / tests / wireshark-ndr.pl
index 49ecc5c03585d4c55d035e4b33ae1c45cca26350..229315b0a907344fcfa502699c98fa07f6665d0c 100755 (executable)
@@ -14,7 +14,7 @@ use strict;
 use Parse::Pidl::Wireshark::NDR qw(field2name %res PrintIdl StripPrefixes RegisterInterfaceHandoff register_hf_field ProcessImport ProcessInclude find_type DumpEttList DumpEttDeclaration DumpHfList DumpHfDeclaration DumpFunctionTable register_type register_ett);
 
 is("Access Mask", field2name("access_mask"));
-is("Accessmask", field2name("AccessMask"));
+is("AccessMask", field2name("AccessMask"));
 
 my $x = new Parse::Pidl::Wireshark::NDR();
 $x->PrintIdl("foo\nbar\n");