summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests/ndr_align.pl
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-143/+0
|
* r26444: Fix pidl tests.Jelmer Vernooij2007-12-211-5/+5
| | | | (This used to be commit bc643f1014cef7f0bc66ad0edfa22395c69b8352)
* r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher2007-12-211-5/+5
| | | | | | | | | | Samba4/NDR/Parser.pm Samba4/NDR/Server.pm Samba3/ServerNDR.pm tests/ metze (This used to be commit 7106f21de8dfc472aa0846b49bfdb7543c63b310)
* r25768: pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-211-5/+5
| | | | | | | Everything but success should be handled as error in the tests. metze (This used to be commit cadb1cc743a19fc16e61f8246b1e8771c806caea)
* r25765: pidl: fix compiler warning in ndr_align testStefan Metzmacher2007-12-211-2/+2
| | | | | metze (This used to be commit 3accc840bee973f56ab34a35e3c181da8cb1023e)
* r23677: When I removed data_blob_equal, I clearly didn't test the PIDL code.Andrew Bartlett2007-10-101-5/+5
| | | | | | | Fix these to use the new data_blob_cmp() Andrew Bartlett (This used to be commit d2fba8faf03c18f4c79e83d5847e5420377d811b)
* r20967: Allow pidl tests to work with gcovJelmer Vernooij2007-10-101-5/+5
| | | | (This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
* r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 30d721569fdf33e4784eb1f7c650e75ed1b80527)
* r19868: Fix more tests.Jelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
* r14689: Fix testJelmer Vernooij2007-10-101-9/+4
| | | | (This used to be commit b199f5345cc92ff8aeb59479c8c2a89ab1278d70)
* r14686: Fix pidl testsuite to run whenever there is a shared libary builtJelmer Vernooij2007-10-101-0/+7
| | | | | Samba present. Ignore tests that are known to fail for now. (This used to be commit a7279f13f0431a5036c931c5339542f98139c461)
* r12470: Add helper module for pidl testsJelmer Vernooij2007-10-101-6/+10
| | | | | Convert other pidl tests to use Test::More and run them from 'make test' (This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)
* r12464: Add simple IDL parsing tests for pidl using the standard perlJelmer Vernooij2007-10-101-7/+1
| | | | | | testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' (This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)
* r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij2007-10-101-0/+144
(This used to be commit e48202275e60c18e464457d200daeb953386e221)