Rev 2306: Stop running subvertpy tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Wed Jan 14 19:52:19 GMT 2009


At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2306
revision-id: jelmer at samba.org-20090114195218-qgzovcmlqmxq85ju
parent: jelmer at samba.org-20090114190721-xlqju568hnxeqhfk
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Wed 2009-01-14 20:52:18 +0100
message:
  Stop running subvertpy tests.
modified:
  tests/__init__.py              __init__.py-20060508151940-e9f4d914801a2535
=== modified file 'tests/__init__.py'
--- a/tests/__init__.py	2009-01-09 21:27:28 +0000
+++ b/tests/__init__.py	2009-01-14 19:52:18 +0000
@@ -102,6 +102,5 @@
             'mapping3.test_scheme']
     suite.addTest(loader.loadTestsFromModuleNames(["%s.%s" % (__name__, i) for i in testmod_names]))
     suite.addTest(loader.loadTestsFromModuleNames(["bzrlib.plugins.svn.foreign.test_versionedfiles"]))
-    suite.addTest(loader.loadTestsFromModuleNames(["subvertpy.tests.%s" % name for name in 'test_wc', 'test_client', 'test_ra', 'test_repos', 'test_core', 'test_delta', 'test_properties', 'test_marshall']))
 
     return suite




More information about the bazaar-commits mailing list