[Checkins] SVN: gocept.selenium/trunk/ - API expansion: add the assertions for ``getLocation``.

Christian Zagrodnick cz at gocept.com
Thu Aug 5 12:23:44 EDT 2010


Log message for revision 115504:
  - API expansion: add the assertions for ``getLocation``.
  
  

Changed:
  U   gocept.selenium/trunk/CHANGES.txt
  U   gocept.selenium/trunk/src/gocept/selenium/selenese.py

-=-
Modified: gocept.selenium/trunk/CHANGES.txt
===================================================================
--- gocept.selenium/trunk/CHANGES.txt	2010-08-05 16:08:58 UTC (rev 115503)
+++ gocept.selenium/trunk/CHANGES.txt	2010-08-05 16:23:44 UTC (rev 115504)
@@ -23,7 +23,9 @@
 - The factored ZTK layer cleanly shuts down the http server in tearDown now.
   This allows to run different selenium layers in one go.
 
+- API expansion: add the assertions for ``getLocation``.
 
+
 0.5 (2010-08-03)
 ----------------
 

Modified: gocept.selenium/trunk/src/gocept/selenium/selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-05 16:08:58 UTC (rev 115503)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-05 16:23:44 UTC (rev 115504)
@@ -304,6 +304,7 @@
     def isTextPresent(self, pattern):
         pass
 
+    @assert_type('pattern')
     @passthrough
     def getLocation(self):
         pass



More information about the checkins mailing list