[z3-checkins] r5145 - z3/Five/trunk/tests/products/FiveTest

faassen at codespeak.net faassen at codespeak.net
Thu Jun 17 16:12:44 MEST 2004


Author: faassen
Date: Thu Jun 17 16:12:44 2004
New Revision: 5145

Modified:
   z3/Five/trunk/tests/products/FiveTest/simplecontent.py
Log:
Change meta type so no nameclash which SimpleContent in demo.


Modified: z3/Five/trunk/tests/products/FiveTest/simplecontent.py
==============================================================================
--- z3/Five/trunk/tests/products/FiveTest/simplecontent.py	(original)
+++ z3/Five/trunk/tests/products/FiveTest/simplecontent.py	Thu Jun 17 16:12:44 2004
@@ -11,7 +11,7 @@
 
     implements(ISimpleContent)
     
-    meta_type = 'SimpleContent'
+    meta_type = 'TestSimpleContent'
     security = ClassSecurityInfo()
 
     def __init__(self, id, title):


More information about the z3-checkins mailing list