From: Stefan Metzmacher Date: Sun, 27 Jan 2013 16:10:08 +0000 (+0100) Subject: Revert "rename promoted..." X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=94ec648831b5c92c965f723c5322723523c57969 Revert "rename promoted..." This reverts commit 05b54d17e083aba705d9a6bf42bdf5bba3601dba. --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index a149291ca43d..0df099fa7739 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -283,8 +283,7 @@ for t in smbtorture4_testsuites("dns_internal."): # Local tests for t in smbtorture4_testsuites("dlz_bind9."): #The dlz_bind9 tests needs to look at the DNS database - plansmbtorture4testsuite(t, "chgdcpass:local", ["ncalrpc:$SERVER", '-U$USERNAME%$PASSWORD']) - plansmbtorture4testsuite(t, "promoted_dc:local", ["ncalrpc:$SERVER", '-U$USERNAME%$PASSWORD']) + plansmbtorture4testsuite(t, "chgdcpass:local", "ncalrpc:localhost") planpythontestsuite("s3dc", "samba.tests.libsmb_samba_internal");