[Checkins] SVN: gocept.selenium/branches/jw-move-selenium-browser-to-testcasebase/src/gocept/selenium/README.txt update Readme with code that actually works

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Jun 4 08:43:18 EDT 2010


Log message for revision 113111:
  update Readme with code that actually works

Changed:
  U   gocept.selenium/branches/jw-move-selenium-browser-to-testcasebase/src/gocept/selenium/README.txt

-=-
Modified: gocept.selenium/branches/jw-move-selenium-browser-to-testcasebase/src/gocept/selenium/README.txt
===================================================================
--- gocept.selenium/branches/jw-move-selenium-browser-to-testcasebase/src/gocept/selenium/README.txt	2010-06-04 11:55:24 UTC (rev 113110)
+++ gocept.selenium/branches/jw-move-selenium-browser-to-testcasebase/src/gocept/selenium/README.txt	2010-06-04 12:43:18 UTC (rev 113111)
@@ -54,7 +54,8 @@
 
     from gocept.selenium.util import make_testsuite
 
-    test_suite = make_testsuite((MyTest,), ('*firefox', '*googlechrome'))
+    def test_suite():
+        return make_testsuite((MyTest,), ('*firefox', '*googlechrome'))
 
 8. Run seleniumrc.
 



More information about the checkins mailing list