[Zope3-checkins] CVS: Zope3/src/zope/app/services/translation/tests - test_translationservice.py:1.7

Stephan Richter srichter@cbu.edu
Tue, 25 Mar 2003 19:20:28 -0500


Update of /cvs-repository/Zope3/src/zope/app/services/translation/tests
In directory cvs.zope.org:/tmp/cvs-serv32029/src/zope/app/services/translation/tests

Modified Files:
	test_translationservice.py 
Log Message:
Whee, 'make test' was not working for me. It took all these changes to fix
it.


=== Zope3/src/zope/app/services/translation/tests/test_translationservice.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/services/translation/tests/test_translationservice.py:1.6	Tue Mar 25 18:25:13 2003
+++ Zope3/src/zope/app/services/translation/tests/test_translationservice.py	Tue Mar 25 19:19:57 2003
@@ -44,7 +44,7 @@
         return self.langs
 
 
-class TestILocalTranslationService(unittest.TestCase):
+class TestILocalTranslationService:
 
     def _getTranslationService(self):
         """This should be overwritten by every clas that inherits this test.