[Checkins] SVN: zc.selenium/branches/wosc-zope2/ merged selftest-zcml from trunk

Wolfgang Schnerring wosc at wosc.de
Tue Feb 17 03:16:17 EST 2009


Log message for revision 96619:
  merged selftest-zcml from trunk
  

Changed:
  U   zc.selenium/branches/wosc-zope2/CHANGES.txt
  A   zc.selenium/branches/wosc-zope2/src/zc/selenium/tests.zcml

-=-
Modified: zc.selenium/branches/wosc-zope2/CHANGES.txt
===================================================================
--- zc.selenium/branches/wosc-zope2/CHANGES.txt	2009-02-17 04:58:03 UTC (rev 96618)
+++ zc.selenium/branches/wosc-zope2/CHANGES.txt	2009-02-17 08:16:17 UTC (rev 96619)
@@ -3,9 +3,10 @@
 =======
 
 
-1.3.0 (unreleased)
+1.2.1 (2009-02-16)
 ------------------
 
+- Added missing tests.zcml.
 
 1.2.0 (2009-01-22)
 ------------------

Copied: zc.selenium/branches/wosc-zope2/src/zc/selenium/tests.zcml (from rev 96583, zc.selenium/trunk/src/zc/selenium/tests.zcml)
===================================================================
--- zc.selenium/branches/wosc-zope2/src/zc/selenium/tests.zcml	                        (rev 0)
+++ zc.selenium/branches/wosc-zope2/src/zc/selenium/tests.zcml	2009-02-17 08:16:17 UTC (rev 96619)
@@ -0,0 +1,10 @@
+<configure
+  xmlns="http://namespaces.zope.org/zope">
+
+  <adapter
+    factory=".tests.TestSelenium"
+    name="zc.selenium.tests.TestSelenium"
+    permission="zope.Public"
+    />
+
+</configure>



More information about the Checkins mailing list