From: Andrew Bartlett Date: Tue, 13 Dec 2011 19:55:53 +0000 (+1100) Subject: s4-selftest Give local.resolve a real name to look up X-Git-Tag: tevent-0.9.15~796 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=abed96535e0e47692be483cb35fc8b6224a0899d;p=ddiss%2Fsamba.git s4-selftest Give local.resolve a real name to look up --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 9bb622b56e8..828226861d8 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -276,7 +276,8 @@ plansmbtorturetestsuite('echo.udp', 'dc:local', '//$SERVER/whatever') # Local tests for t in smb4torture_testsuites("local."): - plansmbtorturetestsuite(t, "none", "ncalrpc:") + #The local.resolve test needs a name to look up using real system (not emulated) name routines + plansmbtorturetestsuite(t, "none", "ncalrpc:localhost") # Confirm these tests with the system iconv too for t in ["local.convert_string_handle", "local.convert_string", "local.ndr"]: