Rev 215: Added an actual 'baz' directory in the base of a TestCaseWithQueue directory, so merges will validate properly. in http://bzr.daniel-watkins.co.uk/pqm/xmlrpc

Daniel Watkins daniel at daniel-watkins.co.uk
Fri Aug 1 03:46:38 BST 2008


At http://bzr.daniel-watkins.co.uk/pqm/xmlrpc

------------------------------------------------------------
revno: 215
revision-id: daniel at daniel-watkins.co.uk-20080801024501-rtctq80w1jsob7co
parent: daniel at daniel-watkins.co.uk-20080801024344-cr82rlcgrsb6ohnb
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: xmlrpc-validation
timestamp: Fri 2008-08-01 03:45:01 +0100
message:
  Added an actual 'baz' directory in the base of a TestCaseWithQueue directory, so merges will validate properly.
-------------- next part --------------
=== modified file 'pqm/tests/__init__.py'
--- a/pqm/tests/__init__.py	2008-08-01 01:25:23 +0000
+++ b/pqm/tests/__init__.py	2008-08-01 02:45:01 +0000
@@ -51,8 +51,9 @@
         myFile.write(dedent("""\
             [http://www.example.com/bar/baz]
             project=project
+            published_at=%s/baz
             [http://www.example.com/fred/waldo]
-            """))
+            """ % (self.cwd,)))
         myFile.close()
         self.queuedir = os.path.join(self.cwd, "queue")
         try:
@@ -85,4 +86,5 @@
     def getQueue(self, processing=True, empty=False, verify_sigs=True):
         queue = QueueSetup(processing, empty, verify_sigs)
         queue.setUp()
+        self.make_branch_and_tree('baz')
         return queue



More information about the bazaar-commits mailing list