[Checkins] SVN: zc.selenium/trunk/ - Added missing tests.zcml.

Christian Zagrodnick cz at gocept.com
Mon Feb 16 06:04:45 EST 2009


Log message for revision 96583:
  - Added missing tests.zcml.
  
  

Changed:
  U   zc.selenium/trunk/CHANGES.txt
  A   zc.selenium/trunk/src/zc/selenium/tests.zcml

-=-
Modified: zc.selenium/trunk/CHANGES.txt
===================================================================
--- zc.selenium/trunk/CHANGES.txt	2009-02-16 10:44:53 UTC (rev 96582)
+++ zc.selenium/trunk/CHANGES.txt	2009-02-16 11:04:45 UTC (rev 96583)
@@ -3,9 +3,10 @@
 =======
 
 
-1.3.0 (unreleased)
+1.2.1 (2009-02-16)
 ------------------
 
+- Added missing tests.zcml.
 
 1.2.0 (2009-01-22)
 ------------------

Added: zc.selenium/trunk/src/zc/selenium/tests.zcml
===================================================================
--- zc.selenium/trunk/src/zc/selenium/tests.zcml	                        (rev 0)
+++ zc.selenium/trunk/src/zc/selenium/tests.zcml	2009-02-16 11:04:45 UTC (rev 96583)
@@ -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