diff tests/test_push_autoprops.py @ 1070:6aad12ea6d9f

test_push_autoprops: use stupid mode metaclass
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 09 Aug 2013 23:45:58 +0200
parents 2d7398fffd0d
children
line wrap: on
line diff
--- 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)