Rev 198: Added initial test stub. in http://bzr.daniel-watkins.co.uk/pqm/xmlrpc

Daniel Watkins daniel at daniel-watkins.co.uk
Fri Aug 1 01:25:51 BST 2008


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

------------------------------------------------------------
revno: 198
revision-id: daniel at daniel-watkins.co.uk-20080801002408-10h7dh7ayz2q9jn7
parent: daniel at daniel-watkins.co.uk-20080801002019-jse6twov7mgjryo5
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: xmlrpc
timestamp: Fri 2008-08-01 01:24:08 +0100
message:
  Added initial test stub.
-------------- next part --------------
=== added file 'pqm/ui/tests/xmlrpc.py'
--- a/pqm/ui/tests/xmlrpc.py	1970-01-01 00:00:00 +0000
+++ b/pqm/ui/tests/xmlrpc.py	2008-08-01 00:24:08 +0000
@@ -0,0 +1,24 @@
+# Copyright (C) 2008 Canonical Limited
+#       Authors: Daniel Watkins <daniel at daniel-watkins.co.uk>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+from bzrlib.tests import TestCaseWithTransport
+
+
+class TestPQM_XMLRPC(TestCaseWithTransport):
+
+    def test_empty_submission(self):
+        pass



More information about the bazaar-commits mailing list