changeset 1071:56979160b3f7

test_push_dirs: use stupid mode metaclass
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 09 Aug 2013 23:45:59 +0200
parents 6aad12ea6d9f
children 23992b41b6b7
files tests/test_push_dirs.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_push_dirs.py
+++ b/tests/test_push_dirs.py
@@ -3,6 +3,7 @@ import test_util
 import unittest
 
 class TestPushDirectories(test_util.TestBase):
+    stupid_mode_tests = True
     obsolete_mode_tests = True
 
     def test_push_dirs(self):
@@ -86,7 +87,6 @@ class TestPushDirectories(test_util.Test
         # Tests simple pushing from default branch to a single dir repo
         # Changes a file in a subdir (regression).
         repo, repo_path = self.load_and_fetch('branch_from_tag.svndump',
-                                              stupid=False,
                                               layout='single',
                                               subdir='tags')
         changes = [('tag_r3/alpha', 'tag_r3/alpha', 'foo'),