summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-09-06 22:37:12 +0200
committerGünther Deschner <gd@samba.org>2016-09-07 16:05:26 +0200
commit82778a6d04580fc05f3f83d44f57f221ad4e8ac4 (patch)
tree12fd76aecf960c8e5960e650d13cb1fbcdbb0711 /pidl
parent0ee5c9997e6c91f5fdffa36b9abf72883f67545d (diff)
downloadsamba-82778a6d04580fc05f3f83d44f57f221ad4e8ac4.tar.gz
pidl: fix field2name wireshark dissector test.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Sep 7 16:05:26 CEST 2016 on sn-devel-144
Diffstat (limited to 'pidl')
-rwxr-xr-xpidl/tests/wireshark-ndr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/tests/wireshark-ndr.pl b/pidl/tests/wireshark-ndr.pl
index 49ecc5c0358..229315b0a90 100755
--- a/pidl/tests/wireshark-ndr.pl
+++ b/pidl/tests/wireshark-ndr.pl
@@ -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");