[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/static/__init__.py Rename TestCase to conform to our naming conventions

Wolfgang Schnerring wosc at wosc.de
Sun Dec 26 11:46:58 EST 2010


Log message for revision 119141:
  Rename TestCase to conform to our naming conventions
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/static/__init__.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/static/__init__.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/static/__init__.py	2010-12-26 16:14:34 UTC (rev 119140)
+++ gocept.selenium/trunk/src/gocept/selenium/static/__init__.py	2010-12-26 16:46:58 UTC (rev 119141)
@@ -136,10 +136,10 @@
 static_files_layer = StaticFilesLayer()
 
 
-class StaticFilesTestCase(gocept.selenium.base.TestCase, unittest.TestCase):
+class TestCase(gocept.selenium.base.TestCase, unittest.TestCase):
 
     layer = static_files_layer
 
     def setUp(self):
-        super(StaticFilesTestCase, self).setUp()
+        super(TestCase, self).setUp()
         self.documentroot = self.layer.documentroot



More information about the checkins mailing list