Index: testing_support/fake_repos.py |
diff --git a/testing_support/fake_repos.py b/testing_support/fake_repos.py |
index 4df4509f474692849c128d029aed440afa572343..3f908441dab3c39cd9f2682d978024d90ce23922 100755 |
--- a/testing_support/fake_repos.py |
+++ b/testing_support/fake_repos.py |
@@ -917,7 +917,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 |