[svn r38116] fixing svn tests for -d runs (which usually

is a dependency problem)

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-07 21:40:37 +01:00
parent 60455ead56
commit 3049c6bd2a
4 changed files with 38 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
from py.__.path.common import checker
import py
class CommonPathTests:
class CommonPathTests(object):
root = None # subclasses have to setup a 'root' attribute
def test_constructor_equality(self):