[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/plonetesting/ Rename 'selenium' resource for consistency

Wolfgang Schnerring wosc at wosc.de
Tue Dec 28 04:45:15 EST 2010


Log message for revision 119184:
  Rename 'selenium' resource for consistency
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py
  U   gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/plone4/test_plone4.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py	2010-12-28 09:43:53 UTC (rev 119183)
+++ gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py	2010-12-28 09:45:14 UTC (rev 119184)
@@ -45,7 +45,7 @@
         super(Layer, self).testSetUp()
         # conform to the plone.testing contract that layers expose interesting
         # stuff via getitem
-        self['selenese'] = self.selenium
+        self['selenium'] = self.selenium
 
 
 SELENIUM = Layer()
@@ -55,7 +55,7 @@
 
     @property
     def selenium(self):
-        return self.layer['selenese']
+        return self.layer['selenium']
 
     def getRootFolder(self):
         return self.layer['app']

Modified: gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/plone4/test_plone4.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/plone4/test_plone4.py	2010-12-28 09:43:53 UTC (rev 119183)
+++ gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/plone4/test_plone4.py	2010-12-28 09:45:14 UTC (rev 119184)
@@ -40,7 +40,7 @@
     layer = PLONE_SELENIUM
 
     def test_plone_login(self):
-        sel = self.layer['selenese']
+        sel = self.layer['selenium']
         sel.open('/plone')
         sel.click('link=Log in')
         sel.waitForElementPresent('name=__ac_name')



More information about the checkins mailing list