[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_utils.py Hopefully fix test failure by using a different meta_type for a dummy object.

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Feb 28 11:59:29 EST 2008


Log message for revision 84361:
  Hopefully fix test failure by using a different meta_type for a dummy object.

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/tests/test_utils.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_utils.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tests/test_utils.py	2008-02-28 13:54:36 UTC (rev 84360)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tests/test_utils.py	2008-02-28 16:59:28 UTC (rev 84361)
@@ -165,7 +165,7 @@
 _ADD_IMPORT = """\
 <?xml version="1.0"?>
 <dummy>
- <object name="history" meta_type="Folder"/>
+ <object name="history" meta_type="Generic Setup Tool"/>
 </dummy>
 """
 _REMOVE_IMPORT = """\



More information about the Checkins mailing list