[Checkins] SVN: zam.api/trunk/ Updated test set up and tests to run with ZTK 1.0 and current z3c.form version.

Michael Howitz mh at gocept.com
Tue Dec 21 02:48:14 EST 2010


Log message for revision 119020:
  Updated test set up and tests to run with ZTK 1.0 and current z3c.form version.
  

Changed:
  U   zam.api/trunk/CHANGES.txt
  U   zam.api/trunk/src/zam/api/app.zcml
  U   zam.api/trunk/src/zam/api/browser/README.txt
  U   zam.api/trunk/src/zam/api/ftesting.zcml

-=-
Modified: zam.api/trunk/CHANGES.txt
===================================================================
--- zam.api/trunk/CHANGES.txt	2010-12-21 00:36:46 UTC (rev 119019)
+++ zam.api/trunk/CHANGES.txt	2010-12-21 07:48:14 UTC (rev 119020)
@@ -6,7 +6,8 @@
 Version 0.6.2 (unreleased)
 --------------------------
 
-- ...
+- Updated test set up and tests to run with ZTK 1.0 and current z3c.form
+  version.
 
 Version 0.6.1 (2009-07-06)
 --------------------------

Modified: zam.api/trunk/src/zam/api/app.zcml
===================================================================
--- zam.api/trunk/src/zam/api/app.zcml	2010-12-21 00:36:46 UTC (rev 119019)
+++ zam.api/trunk/src/zam/api/app.zcml	2010-12-21 07:48:14 UTC (rev 119020)
@@ -81,8 +81,8 @@
   <include package="zope.site" />
   <include package="zope.traversing" />
   <include package="zope.traversing.browser" />
+  <include package="zope.login" />
 
-
   <!-- zope app package configuration -->
   <include package="zope.app.authentication" />
   <include package="zope.app.broken" />

Modified: zam.api/trunk/src/zam/api/browser/README.txt
===================================================================
--- zam.api/trunk/src/zam/api/browser/README.txt	2010-12-21 00:36:46 UTC (rev 119019)
+++ zam.api/trunk/src/zam/api/browser/README.txt	2010-12-21 07:48:14 UTC (rev 119020)
@@ -71,10 +71,6 @@
       <strong class="notInstalledPlugin">ZAM test plugin</strong>
       <div class="description">ZAM test plugin.</div>
     <div class="viewspace">
-        <div class="required-info">
-           <span class="required">*</span>
-           &ndash; required
-        </div>
       <div>
       </div>
     </div>
@@ -132,7 +128,7 @@
   </div>
   ...
 
-Now make test coverage happy and test different things. The zam plugin test 
+Now make test coverage happy and test different things. The zam plugin test
 page is available at the ``first`` site
 
   >>> manager.open(firstSiteURL + '/test.html')

Modified: zam.api/trunk/src/zam/api/ftesting.zcml
===================================================================
--- zam.api/trunk/src/zam/api/ftesting.zcml	2010-12-21 00:36:46 UTC (rev 119019)
+++ zam.api/trunk/src/zam/api/ftesting.zcml	2010-12-21 07:48:14 UTC (rev 119020)
@@ -70,10 +70,6 @@
       permission="zope.View"
       role="zope.Anonymous"
       />
-  <grant
-      permission="zope.app.dublincore.view"
-      role="zope.Anonymous"
-      />
   <grantAll
       role="zope.Manager"
       />



More information about the checkins mailing list