[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/base.py Spell context more nicely

Wolfgang Schnerring wosc at wosc.de
Mon Dec 6 05:57:44 EST 2010


Log message for revision 118713:
  Spell context more nicely
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/base.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/base.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/base.py	2010-12-04 20:12:49 UTC (rev 118712)
+++ gocept.selenium/trunk/src/gocept/selenium/base.py	2010-12-06 10:57:43 UTC (rev 118713)
@@ -72,5 +72,5 @@
         self.layer.switch_db()
         self.selenium = gocept.selenium.selenese.Selenese(
             self.layer.selenium, self)
-        self.selenium.setContext('** %s.%s' % (
+        self.selenium.setContext('%s.%s' % (
             self.__class__.__name__, getattr(self, TEST_METHOD_NAME)))



More information about the checkins mailing list