summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2012-07-30 13:48:37 +0200
committerDavid Douard <david.douard@logilab.fr>2012-07-30 13:48:37 +0200
commit512f36863e6b01c56e40b2610eea3ddb1c4e8aa2 (patch)
treec619479fc323cb24185c47d29d611c9f1d4ef405
parent1f4f383814ca49e339a2850d33c146ea6a7b6e82 (diff)
downloadlogilab-common-512f36863e6b01c56e40b2610eea3ddb1c4e8aa2.tar.gz
[tests] remove useless skipped testlogilab-common-version-0.58.2
-rw-r--r--test/unittest_testlib.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unittest_testlib.py b/test/unittest_testlib.py
index dad561a..9672560 100644
--- a/test/unittest_testlib.py
+++ b/test/unittest_testlib.py
@@ -235,10 +235,6 @@ class TestlibTC(TestCase):
# class' custom datadir
tc = MyTC('test_1')
self.assertEqual(tc.datapath('bar'), join('foo', 'bar'))
- # instance's custom datadir
- self.skipTest('should this really work?')
- tc.datadir = 'spam'
- self.assertEqual(tc.datapath('bar'), join('spam', 'bar'))
def test_cached_datadir(self):
"""test datadir is cached on the class"""