[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/configure.zcml Remove layer="default" from resourceDirectory and resourceLibrary directives in

Marius Gedminas marius at pov.lt
Wed Sep 13 15:12:47 EDT 2006


Log message for revision 70158:
  Remove layer="default" from resourceDirectory and resourceLibrary directives in
  ZCML.  This is a deprecated spelling of IDefaultBrowserLayer, which is used by
  default anyway if you do not explicitly specify a layer attribute.
  
  This checkin fixes functional test failures that appeared after Zope 3 revision
  70148.
  

Changed:
  U   zc.selenium/trunk/src/zc/selenium/configure.zcml

-=-
Modified: zc.selenium/trunk/src/zc/selenium/configure.zcml
===================================================================
--- zc.selenium/trunk/src/zc/selenium/configure.zcml	2006-09-13 19:12:29 UTC (rev 70157)
+++ zc.selenium/trunk/src/zc/selenium/configure.zcml	2006-09-13 19:12:46 UTC (rev 70158)
@@ -7,7 +7,6 @@
   <browser:resourceDirectory
       name="selenium"
       directory="resources"
-      layer="default"
       />
 
   <class class=".results.Results">



More information about the Checkins mailing list