# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1376084759 -7200 # Node ID 56979160b3f792a7b58e6a8b49e3a62bc851b22c # Parent 6aad12ea6d9fe21724adba648c3cc286b9ccabe5 test_push_dirs: use stupid mode metaclass diff --git a/tests/test_push_dirs.py b/tests/test_push_dirs.py --- 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'),