summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests/ndr_simple.pl
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-28/+0
|
* r26444: Fix pidl tests.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit bc643f1014cef7f0bc66ad0edfa22395c69b8352)
* r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher2007-12-211-1/+1
| | | | | | | | | | Samba4/NDR/Parser.pm Samba4/NDR/Server.pm Samba3/ServerNDR.pm tests/ metze (This used to be commit 7106f21de8dfc472aa0846b49bfdb7543c63b310)
* r25795: whitespace cleanup...Stefan Metzmacher2007-12-211-15/+15
| | | | | metze (This used to be commit cae48a19530909981a852801095a19a662f65cfe)
* r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-211-1/+1
| | | | | | | Everything but success should be handled as error in the tests. metze (This used to be commit cadb1cc743a19fc16e61f8246b1e8771c806caea)
* r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 30d721569fdf33e4784eb1f7c650e75ed1b80527)
* r12470: Add helper module for pidl testsJelmer Vernooij2007-10-101-41/+6
| | | | | Convert other pidl tests to use Test::More and run them from 'make test' (This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)
* r12465: Merge Parse::Pidl::Samba4::NDR::Header into ↵Jelmer Vernooij2007-10-101-27/+43
| | | | | | | Parse::Pidl::Samba4::NDR::Parser. Small optimization to avoid including NDR headers multiple times (This used to be commit 6967b9884970b6f1d7617196ab024d401628a13c)
* r12464: Add simple IDL parsing tests for pidl using the standard perlJelmer Vernooij2007-10-101-32/+36
| | | | | | testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' (This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)
* r12463: Rename 'Samba' namespace to 'Samba4'Jelmer Vernooij2007-10-101-2/+6
| | | | (This used to be commit f25358270d44a5642adbb85ecaa50b2e5730d7f0)
* r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij2007-10-101-0/+40
(This used to be commit e48202275e60c18e464457d200daeb953386e221)