Rev 2425: disable the new test for now, since it triggers a pdb trace and hangs the test suite. in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
John Arbash Meinel
john at arbash-meinel.com
Tue Feb 27 02:49:45 GMT 2007
At http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate
------------------------------------------------------------
revno: 2425
revision-id: john at arbash-meinel.com-20070227024845-khpbdijt1an20aso
parent: john at arbash-meinel.com-20070227024458-qehj0qcykr3zqckm
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: dirstate
timestamp: Mon 2007-02-26 20:48:45 -0600
message:
disable the new test for now, since it triggers a pdb trace and hangs the test suite.
modified:
bzrlib/tests/intertree_implementations/test_compare.py test_compare.py-20060724101752-09ysswo1a92uqyoz-2
-------------- next part --------------
=== modified file 'bzrlib/tests/intertree_implementations/test_compare.py'
--- a/bzrlib/tests/intertree_implementations/test_compare.py 2007-02-26 23:05:06 +0000
+++ b/bzrlib/tests/intertree_implementations/test_compare.py 2007-02-27 02:48:45 +0000
@@ -729,7 +729,7 @@
specific_files=['added', 'changed', 'fromdir', 'fromfile',
'removed', 'unchanged', 'todir', 'tofile']))
- def test_tree_with_special_names(self):
+ def _disabled_test_tree_with_special_names(self):
tree1, tree2, paths, path_ids = self.make_tree_with_special_names()
tree1.lock_read()
self.addCleanup(tree1.unlock)
More information about the bazaar-commits
mailing list