From 87a5e3eabe4a5f8c031bdfbc58b69aff1fd137a5 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 1 Jun 2010 16:36:39 +0000
Subject: [PATCH] Obsolete checkings

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35869 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5OOo/tests/testOOoConversionCache.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/product/ERP5OOo/tests/testOOoConversionCache.py b/product/ERP5OOo/tests/testOOoConversionCache.py
index 63763f1f0b..6edc5e93d5 100644
--- a/product/ERP5OOo/tests/testOOoConversionCache.py
+++ b/product/ERP5OOo/tests/testOOoConversionCache.py
@@ -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
-- 
2.30.9