Mercurial > hgsubversion
changeset 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 | f6c9394032cb |
children | 56979160b3f7 |
files | tests/test_push_autoprops.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)