diff options
Diffstat (limited to 'source4/scripting/python/samba/tests/samba3.py')
-rw-r--r-- | source4/scripting/python/samba/tests/samba3.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/source4/scripting/python/samba/tests/samba3.py b/source4/scripting/python/samba/tests/samba3.py index 71e08bdd7f4..12b9a8325df 100644 --- a/source4/scripting/python/samba/tests/samba3.py +++ b/source4/scripting/python/samba/tests/samba3.py @@ -200,17 +200,8 @@ class IdmapDbTestCase(unittest.TestCase): self.idmapdb.close() -class ShareInfoTestCase(unittest.TestCase): - def setUp(self): - self.shareinfodb = ShareInfoDatabase(os.path.join(DATADIR, "share_info.tdb")) - - # FIXME: needs proper data so it can be tested - - def tearDown(self): - self.shareinfodb.close() - - class ParamTestCase(unittest.TestCase): + def test_init(self): file = ParamFile() self.assertTrue(file is not None) |