summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_net_registry.sh
AgeCommit message (Expand)AuthorFilesLines
2011-09-12s3-selftest: Set path to bin/net and bin/wbinfo in command line to test scriptsAndrew Bartlett1-3/+4
2011-03-29s3-selftest unconditionaly include subunit.shAndrew Bartlett1-2/+0
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett1-1/+11
2011-02-16s3:test: remove the give/take admin rights code from the net(rpc)registry testMichael Adam1-44/+0
2011-02-16s3:test: move the registry roundtrip test to a test script of its ownMichael Adam1-85/+0
2011-02-16s3:test: add comment header to test_net_registry.shMichael Adam1-2/+6
2011-02-16s3:test: use the blackbox subunit test driver in the net_registry tests.Michael Adam1-4/+3
2011-01-21s3-net: add roundtrip tests for registry import/exportGregor Beck1-0/+88
2010-09-22s3:tests: fix misplaced '...' for grep pattern in test_net_registry.shMichael Adam1-1/+1
2010-05-21s3: registry: add tests with empty valuenameGregor Beck1-13/+25
2010-05-21s3: registry: let test_setvalue use getvalueraw instead of enumerateGregor Beck1-22/+6
2009-02-03Revert "s3:selftest: create BUILTIN\\Administrators at startup"Stefan Metzmacher1-5/+10
2009-01-30s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher1-0/+2
2009-01-28s3:selftest: create BUILTIN\\Administrators at startupStefan Metzmacher1-10/+5
2009-01-28s3:test: exit the net rpc registry tests when give_administrative_rights failsMichael Adam1-2/+5
2008-07-20testsuite: fix expr syntax error in net registry test.Michael Adam1-1/+1
2008-07-09testsuite: fix another expr typo in net registry test script.Michael Adam1-1/+1
2008-07-09testsuite: fix expr typo in net registry testscript.Michael Adam1-1/+1
2008-06-19testsuite: update introductory comment to test_net_regsistry.shMichael Adam1-1/+2
2008-06-17testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam1-0/+41
2008-05-06testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam1-2/+9
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
2008-04-01test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam1-12/+25
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
2008-04-01test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam1-4/+4
2008-04-01test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam1-12/+12
2008-04-01test: add test script for testing "net registry".Michael Adam1-0/+378