2 # (C) 2008 Jelmer Vernooij <jelmer@samba.org>
3 # Published under the GNU General Public License
7 use Test
::More tests
=> 1;
8 use FindBin
qw($RealBin);
11 use Parse::Pidl::Util qw(MyDumper has_property);
12 use Parse
::Pidl
::Samba3
::ServerNDR
qw(DeclLevel);
14 my $l = { TYPE
=> "DATA", DATA_TYPE
=> "uint32" };
15 my $e = { FILE
=> "foo", LINE
=> 0, PROPERTIES
=> { }, TYPE
=> "uint32",
18 is
("uint32_t", DeclLevel
($e, 0));