]> granicus.if.org Git - python/commitdiff
Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 18:06:54 +0000 (20:06 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 18:06:54 +0000 (20:06 +0200)
Lib/test/test_xmlrpc_net.py

index 9ed8f8d3e7cb95ac28ddd366914a23e856e8235d..d72f8ac895c5330f08898938268aee32610ac96e 100644 (file)
@@ -39,7 +39,7 @@ class CurrentTimeTest(unittest.TestCase):
     def test_python_builders(self):
         # Get the list of builders from the XMLRPC buildbot interface at
         # python.org.
-        server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
+        server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
         try:
             builders = server.getAllBuilders()
         except socket.error as e: