[Buildbot-commits] buildbot/buildbot/test test_vc.py,1.61,1.62

Brian Warner warner at users.sourceforge.net
Fri Jun 16 05:41:24 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6365/buildbot/test

Modified Files:
	test_vc.py 
Log Message:
[project @ test_vc.P4: rename testBranch to testCheckoutBranch to match others]

Original author: warner at lothar.com
Date: 2006-06-16 05:40:20

Index: test_vc.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_vc.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- test_vc.py	12 Jun 2006 08:36:44 -0000	1.61
+++ test_vc.py	16 Jun 2006 05:41:22 -0000	1.62
@@ -1516,18 +1516,18 @@
         # changed.
         return maybeWait(d)
 
-    def testPatch(self):
+    def testCheckoutBranch(self):
         self.helper.vcargs = { 'p4port': self.helper.p4port,
                                'p4base': '//depot/',
                                'defaultBranch': 'trunk' }
-        d = self.do_patch()
+        d = self.do_branch()
         return maybeWait(d)
 
-    def testBranch(self):
+    def testPatch(self):
         self.helper.vcargs = { 'p4port': self.helper.p4port,
                                'p4base': '//depot/',
                                'defaultBranch': 'trunk' }
-        d = self.do_branch()
+        d = self.do_patch()
         return maybeWait(d)
 
 VCS.registerVC(P4.vc_name, P4Helper())





More information about the Commits mailing list