Commit 87a5e3ea authored by Nicolas Delaby's avatar Nicolas Delaby

Obsolete checkings

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35869 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c592428
......@@ -78,18 +78,6 @@ class TestDocumentConversionCache(TestDocumentMixin):
## tests
def test_01_HasEverything(self):
"""
Standard test to make sure we have everything we need - all the tools etc
"""
print '\nTest Has Everything '
self.assertNotEqual(self.getCategoryTool(), None)
self.assertNotEqual(self.getSimulationTool(), None)
self.assertNotEqual(self.getTypeTool(), None)
self.assertNotEqual(self.getSQLConnection(), None)
self.assertNotEqual(self.getCatalogTool(), None)
self.assertNotEqual(self.getWorkflowTool(), None)
def test_01_PersistentCacheConversion(self):
"""
Test Conversion Cache mechanism
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment