Rev 222: Fixed minor oversight. in http://bzr.daniel-watkins.co.uk/pqm/xmlrpc

Daniel Watkins daniel at daniel-watkins.co.uk
Fri Aug 1 04:12:50 BST 2008


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

------------------------------------------------------------
revno: 222
revision-id: daniel at daniel-watkins.co.uk-20080801031113-89f6z05cnneact1w
parent: daniel at daniel-watkins.co.uk-20080801031003-8qgqfqp7ln435rjk
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: xmlrpc-validation
timestamp: Fri 2008-08-01 04:11:13 +0100
message:
  Fixed minor oversight.
-------------- next part --------------
=== modified file 'pqm/ui/tests/test_xmlrpc.py'
--- a/pqm/ui/tests/test_xmlrpc.py	2008-08-01 03:10:03 +0000
+++ b/pqm/ui/tests/test_xmlrpc.py	2008-08-01 03:11:13 +0000
@@ -66,5 +66,6 @@
         self.assertEqual('Sender not authorised to commit to branch'
                          ' http://www.example.com/foo/unregistered',
                          out)
+        queuedir = xmlrpc.pqminfo.queuedir
         patches = [f for f in os.listdir(queuedir) if f.startswith('patch.')]
         self.assertEqual(0, len(patches))



More information about the bazaar-commits mailing list