[z3-checkins] r22481 - z3/sqlos/trunk/src/sqlos

jinty at codespeak.net jinty at codespeak.net
Sat Jan 21 16:48:24 CET 2006


Author: jinty
Date: Sat Jan 21 16:48:23 2006
New Revision: 22481

Modified:
   z3/sqlos/trunk/src/sqlos/ftesting.zcml
Log:
Add a part of th jinty-utilities branch that was not merged by mistake.

Modified: z3/sqlos/trunk/src/sqlos/ftesting.zcml
==============================================================================
--- z3/sqlos/trunk/src/sqlos/ftesting.zcml	(original)
+++ z3/sqlos/trunk/src/sqlos/ftesting.zcml	Sat Jan 21 16:48:23 2006
@@ -68,6 +68,15 @@
       />
 
   <content class=".testing.sampleperson.SamplePerson">
+    <!-- The followinf factory directive is actually uneccessary and
+         probably a bad idea as sqlos:factory with register the factory.
+         It is included here as a decoy to be sure that sqlos still functions
+         when it is present. -->
+    <factory
+        id="sqlos.Sampleperson"
+        title="SamplePerson Factory"
+        description="SamplePerson factory"
+        />
     <require
         permission="zope.ManageContent"
         interface="sqlos.testing.sampleperson.IPerson"


More information about the z3-checkins mailing list