[Checkins] SVN: zc.selenium/trunk/ - Moved self-test from configure.zcml to tests.zcml to not automatically

Christian Zagrodnick cz at gocept.com
Thu Jan 22 07:38:53 EST 2009


Log message for revision 94933:
  - Moved self-test from configure.zcml to tests.zcml to not automatically
    include them when zc.selenium is included.
  
  

Changed:
  U   zc.selenium/trunk/CHANGES.txt
  U   zc.selenium/trunk/buildout.cfg
  U   zc.selenium/trunk/src/zc/selenium/configure.zcml

-=-
Modified: zc.selenium/trunk/CHANGES.txt
===================================================================
--- zc.selenium/trunk/CHANGES.txt	2009-01-22 11:02:49 UTC (rev 94932)
+++ zc.selenium/trunk/CHANGES.txt	2009-01-22 12:38:52 UTC (rev 94933)
@@ -6,6 +6,9 @@
 1.2.0 (unreleased)
 ------------------
 
+- Moved self-test from configure.zcml to tests.zcml to not automatically
+  include them when zc.selenium is included.
+
 1.1.0 (2009-01-19)
 ------------------
 

Modified: zc.selenium/trunk/buildout.cfg
===================================================================
--- zc.selenium/trunk/buildout.cfg	2009-01-22 11:02:49 UTC (rev 94932)
+++ zc.selenium/trunk/buildout.cfg	2009-01-22 12:38:52 UTC (rev 94933)
@@ -30,6 +30,7 @@
 site.zcml = <include package="zope.app.zcmlfiles" />
             <include package="zope.app.server" />
             <include package="zc.selenium" />
+            <include package="zc.selenium" file="tests.zcml" />
 
 [demo]
 recipe = zc.zope3recipes:instance

Modified: zc.selenium/trunk/src/zc/selenium/configure.zcml
===================================================================
--- zc.selenium/trunk/src/zc/selenium/configure.zcml	2009-01-22 11:02:49 UTC (rev 94932)
+++ zc.selenium/trunk/src/zc/selenium/configure.zcml	2009-01-22 12:38:52 UTC (rev 94933)
@@ -39,10 +39,4 @@
     <allow attributes="suite" />
   </module>
 
-  <adapter
-    factory=".tests.TestSelenium"
-    name="zc.selenium.tests.TestSelenium"
-    permission="zope.Public"
-    />
-
 </configure>



More information about the Checkins mailing list