[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_tool.py - removed redundant _EMPTY_TOOLSET_XML and _NORMAL_TOOLSET_XML

Yvo Schubbe y.2010 at wcm-solutions.de
Fri Jul 30 12:05:38 EDT 2010


Log message for revision 115240:
  - removed redundant _EMPTY_TOOLSET_XML and _NORMAL_TOOLSET_XML

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

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tests/test_tool.py	2010-07-30 16:03:55 UTC (rev 115239)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tests/test_tool.py	2010-07-30 16:05:38 UTC (rev 115240)
@@ -1465,21 +1465,6 @@
             raise ValueError()
 
 
-_EMPTY_TOOLSET_XML = """\
-<?xml version="1.0"?>
-<tool-setup>
-</tool-setup>
-"""
-
-_NORMAL_TOOLSET_XML = """\
-<?xml version="1.0" ?>
-<tool-setup>
-<forbidden tool_id="doomed"/>
-<required class="path.to.one" tool_id="mandatory"/>
-<required class="path.to.another" tool_id="obligatory"/>
-</tool-setup>
-"""
-
 _FORBIDDEN_TOOLSET_XML = """\
 <?xml version="1.0"?>
 <tool-setup>



More information about the checkins mailing list