Rev 2456: Remove unguarded call to find_interesting in test_find_interesting - its tested by the actual code that does the work. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
robertc at robertcollins.net
Thu Mar 1 04:14:06 GMT 2007
At http://bazaar.launchpad.net/~bzr/bzr/dirstate
------------------------------------------------------------
revno: 2456
revision-id: robertc at robertcollins.net-20070301041307-yendz2ijpubqmfgq
parent: robertc at robertcollins.net-20070301040645-1ky0urtukkb9gdxa
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate
timestamp: Thu 2007-03-01 15:13:07 +1100
message:
Remove unguarded call to find_interesting in test_find_interesting - its tested by the actual code that does the work.
modified:
bzrlib/tests/test_transform.py test_transaction.py-20060105172520-b3ffb3946550e6c4
=== modified file 'bzrlib/tests/test_transform.py'
--- a/bzrlib/tests/test_transform.py 2007-03-01 03:56:15 +0000
+++ b/bzrlib/tests/test_transform.py 2007-03-01 04:13:07 +0000
@@ -520,8 +520,6 @@
result = self.applyDeprecated(symbol_versioning.zero_fifteen,
find_interesting, wt, wt, ['vfile'])
self.assertEqual(result, set(['myfile-id']))
- self.assertRaises(PathsNotVersionedError, find_interesting, wt, wt,
- ['uvfile'])
def test_set_executability_order(self):
"""Ensure that executability behaves the same, no matter what order.
More information about the bazaar-commits
mailing list