diff --git a/tests/gclient_test.py b/tests/gclient_test.py index bddb68906..fd8e372fb 100755 --- a/tests/gclient_test.py +++ b/tests/gclient_test.py @@ -879,7 +879,8 @@ class GclientTest(trial_dir.TestCase): options, _ = gclient.OptionParser().parse_args([]) obj = gclient.GClient.LoadCurrentConfig(options) obj.RunOnDeps('None', []) - self.assertEqual( + six.assertCountEqual( + self, [ ('foo', 'svn://example.com/foo'), (os.path.join('foo', 'bar'), 'svn://example.com/override'),