[Zope3-checkins] CVS: Zope3/src/zope/app/schema/tests - test_fieldfactory.zcml:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 9 07:39:40 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/schema/tests
In directory cvs.zope.org:/tmp/cvs-serv9698/src/zope/app/schema/tests

Modified Files:
	test_fieldfactory.zcml 
Log Message:


Removed permission attribute from factory directives, since all factories are
public now.




=== Zope3/src/zope/app/schema/tests/test_fieldfactory.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/schema/tests/test_fieldfactory.zcml:1.2	Mon Mar  8 07:06:00 2004
+++ Zope3/src/zope/app/schema/tests/test_fieldfactory.zcml	Tue Mar  9 07:38:39 2004
@@ -9,7 +9,6 @@
   <content class="zope.schema.Field">
 
     <factory
-	permission="zope.ManageContent"
 	title="Basic Field"
 	description="Basic Field" />
 
@@ -36,7 +35,6 @@
   <content class="zope.schema.Text">
 
     <factory
-	permission="zope.ManageContent"
 	title="Text Field"
 	description="Text Field" />
 
@@ -47,7 +45,6 @@
   <content class="zope.schema.TextLine">
 
     <factory
-	permission="zope.ManageContent"
 	title="Text Line Field"
 	description="Text Line Field" />
 




More information about the Zope3-Checkins mailing list