| Index: testing_support/fake_repos.py
|
| diff --git a/testing_support/fake_repos.py b/testing_support/fake_repos.py
|
| index 25e3a9be1c1be6b4ec8415a23f56214e15e979d5..1b77bc86650ae3979f74ed091f11395694288af8 100755
|
| --- a/testing_support/fake_repos.py
|
| +++ b/testing_support/fake_repos.py
|
| @@ -883,7 +883,7 @@ class FakeReposTestBase(trial_dir.TestCase):
|
| logging.debug('Actual %s\n%s' % (tree_root, pprint.pformat(actual)))
|
| logging.debug('Expected\n%s' % pprint.pformat(tree))
|
| logging.debug('Diff\n%s' % pprint.pformat(diff))
|
| - self.assertEquals(diff, [])
|
| + self.assertEquals(diff, {})
|
|
|
| def mangle_svn_tree(self, *args):
|
| """Creates a 'virtual directory snapshot' to compare with the actual result
|
|
|