# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1376084758 -7200 # Node ID 6aad12ea6d9fe21724adba648c3cc286b9ccabe5 # Parent f6c9394032cb79188eb20928bada1b2e9691320d test_push_autoprops: use stupid mode metaclass diff --git a/tests/test_push_autoprops.py b/tests/test_push_autoprops.py --- a/tests/test_push_autoprops.py +++ b/tests/test_push_autoprops.py @@ -22,7 +22,7 @@ class PushAutoPropsTests(test_util.TestB "*.py = test:prop=success\n") changes = [('test.py', 'test.py', 'echo hallo')] self.commitchanges(changes) - self.pushrevisions(True) + self.pushrevisions() prop_val = test_util.svnpropget( self.repo_path, "trunk/test.py", 'test:prop') self.assertEqual('success', prop_val)