[Checkins] SVN: gocept.selenium/trunk/ no longer install seleniumrc by buildout, suggest downloading and running it independently

Thomas Lotze tl at gocept.com
Wed Sep 22 02:08:17 EDT 2010


Log message for revision 116718:
  no longer install seleniumrc by buildout, suggest downloading and running it independently

Changed:
  U   gocept.selenium/trunk/plone.cfg
  U   gocept.selenium/trunk/src/gocept/selenium/README.txt
  U   gocept.selenium/trunk/static.cfg
  U   gocept.selenium/trunk/zope2.cfg
  U   gocept.selenium/trunk/ztk.cfg

-=-
Modified: gocept.selenium/trunk/plone.cfg
===================================================================
--- gocept.selenium/trunk/plone.cfg	2010-09-21 20:08:38 UTC (rev 116717)
+++ gocept.selenium/trunk/plone.cfg	2010-09-22 06:08:16 UTC (rev 116718)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test instance seleniumrc
+parts = test instance
 package = gocept.selenium
 extends = http://dist.plone.org/release/3.2.2/versions.cfg
 versions = versions
@@ -12,11 +12,6 @@
 setuptools =
 PILwoTK = 1.1.6.4
 
-[seleniumrc]
-recipe = collective.recipe.seleniumrc
-url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
-md5sum = 068b1adb26a7450717e6d6d67e261b58
-
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance

Modified: gocept.selenium/trunk/src/gocept/selenium/README.txt
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/README.txt	2010-09-21 20:08:38 UTC (rev 116717)
+++ gocept.selenium/trunk/src/gocept/selenium/README.txt	2010-09-22 06:08:16 UTC (rev 116718)
@@ -13,14 +13,9 @@
 1. Add gocept.selenium to the list of eggs either in your setup.py, or in
    buildout.cfg
 
-2. Install Selenium RC by some means, e.g. by using
-   collective.recipe.seleniumrc::
+2. Install Selenium RC by some means, e.g. by downloading a version from
+    <http://release.seleniumhq.org/selenium-remote-control/>.
 
-    [seleniumrc]
-    recipe = collective.recipe.seleniumrc
-    url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
-    md5sum = 068b1adb26a7450717e6d6d67e261b58
-
 3. Run buildout to install gocept.selenium and selenium (the Python bindings
    for Selenium RC).
 
@@ -50,7 +45,7 @@
             self.selenium.open('http://%s/foo.html' % self.selenium.server)
             self.selenium.assertBodyText('foo')
 
-7. Run seleniumrc.
+7. Run seleniumrc: java -jar /path/to/selenium-server.jar
 
 8. Run bin/test and see it work!
 

Modified: gocept.selenium/trunk/static.cfg
===================================================================
--- gocept.selenium/trunk/static.cfg	2010-09-21 20:08:38 UTC (rev 116717)
+++ gocept.selenium/trunk/static.cfg	2010-09-22 06:08:16 UTC (rev 116718)
@@ -1,14 +1,9 @@
 [buildout]
 extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg
 develop = .
-parts = test seleniumrc
+parts = test
 package = gocept.selenium
 
-[seleniumrc]
-recipe = collective.recipe.seleniumrc
-url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
-md5sum = 068b1adb26a7450717e6d6d67e261b58
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:package}

Modified: gocept.selenium/trunk/zope2.cfg
===================================================================
--- gocept.selenium/trunk/zope2.cfg	2010-09-21 20:08:38 UTC (rev 116717)
+++ gocept.selenium/trunk/zope2.cfg	2010-09-22 06:08:16 UTC (rev 116718)
@@ -1,13 +1,8 @@
 [buildout]
 develop = .
-parts = test instance seleniumrc
+parts = test instance
 package = gocept.selenium
 
-[seleniumrc]
-recipe = collective.recipe.seleniumrc
-url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
-md5sum = 068b1adb26a7450717e6d6d67e261b58
-
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance

Modified: gocept.selenium/trunk/ztk.cfg
===================================================================
--- gocept.selenium/trunk/ztk.cfg	2010-09-21 20:08:38 UTC (rev 116717)
+++ gocept.selenium/trunk/ztk.cfg	2010-09-22 06:08:16 UTC (rev 116718)
@@ -2,15 +2,10 @@
 extends = http://download.zope.org/zopetoolkit/index/1.0a3/ztk-versions.cfg
           http://download.zope.org/zopetoolkit/index/1.0a3/zopeapp-versions.cfg
 develop = .
-parts = test seleniumrc instance
+parts = test instance
 package = gocept.selenium
 versions = versions
 
-[seleniumrc]
-recipe = collective.recipe.seleniumrc
-url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
-md5sum = 068b1adb26a7450717e6d6d67e261b58
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:package} [test_ztk,ztk]



More information about the checkins mailing list