[z3-checkins] r21856 - z3/sqlos/branch/jinty-utilities/src/sqlos

jinty at codespeak.net jinty at codespeak.net
Tue Jan 10 02:00:17 CET 2006


Author: jinty
Date: Tue Jan 10 02:00:14 2006
New Revision: 21856

Modified:
   z3/sqlos/branch/jinty-utilities/src/sqlos/ftesting.zcml
Log:
Change the testing infrastructure so the bug we are trying to fix is triggered.

Modified: z3/sqlos/branch/jinty-utilities/src/sqlos/ftesting.zcml
==============================================================================
--- z3/sqlos/branch/jinty-utilities/src/sqlos/ftesting.zcml	(original)
+++ z3/sqlos/branch/jinty-utilities/src/sqlos/ftesting.zcml	Tue Jan 10 02:00:14 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