[Checkins] SVN: Products.GenericSetup/branches/wichert-dependencies/tests/test_profile_metadata.py You can not start XML with a newline

Wichert Akkerman wichert at wiggy.net
Fri Nov 23 13:03:12 EST 2007


Log message for revision 81967:
  You can not start XML with a newline

Changed:
  U   Products.GenericSetup/branches/wichert-dependencies/tests/test_profile_metadata.py

-=-
Modified: Products.GenericSetup/branches/wichert-dependencies/tests/test_profile_metadata.py
===================================================================
--- Products.GenericSetup/branches/wichert-dependencies/tests/test_profile_metadata.py	2007-11-23 09:19:46 UTC (rev 81966)
+++ Products.GenericSetup/branches/wichert-dependencies/tests/test_profile_metadata.py	2007-11-23 18:03:11 UTC (rev 81967)
@@ -28,8 +28,7 @@
 dep1 = 'DEPENDENCY 1'
 dep2 = 'DEPENDENCY 2'
 
-_METADATA_XML = """
-<?xml version="1.0"?>
+_METADATA_XML = """<?xml version="1.0"?>
 <metadata>
   <description>%s</description>
   <version>%s</version>



More information about the Checkins mailing list