[Checkins] SVN: z3c.recipe.i18n/trunk/ Fixed test setup to run with current packages.

Michael Howitz mh at gocept.com
Thu Jan 28 06:46:17 EST 2010


Log message for revision 108598:
  Fixed test setup to run with current packages.
  

Changed:
  U   z3c.recipe.i18n/trunk/CHANGES.txt
  U   z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py

-=-
Modified: z3c.recipe.i18n/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.i18n/trunk/CHANGES.txt	2010-01-28 10:10:28 UTC (rev 108597)
+++ z3c.recipe.i18n/trunk/CHANGES.txt	2010-01-28 11:46:17 UTC (rev 108598)
@@ -5,7 +5,7 @@
 0.6.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Fixed test setup to run with current packages.
 
 
 0.6.0 (2009-12-02)
@@ -62,8 +62,8 @@
 0.5.0 (2009-09-09)
 ------------------
 
-- Implemented environment section argument support for i18nextract.py script. 
-  This is a name of a section which defines a set of environment variables that 
+- Implemented environment section argument support for i18nextract.py script.
+  This is a name of a section which defines a set of environment variables that
   should be exported before starting the extraction.
 
 - Initial Release

Modified: z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py
===================================================================
--- z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py	2010-01-28 10:10:28 UTC (rev 108597)
+++ z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py	2010-01-28 11:46:17 UTC (rev 108598)
@@ -32,11 +32,10 @@
     zc.buildout.testing.install('zdaemon', test)
     zc.buildout.testing.install('zope.annotation', test)
     zc.buildout.testing.install('zope.app.applicationcontrol', test)
+    zc.buildout.testing.install('zope.applicationcontrol', test)
     zc.buildout.testing.install('zope.app.appsetup', test)
-    zc.buildout.testing.install('zope.app.basicskin', test)
     zc.buildout.testing.install('zope.app.component', test)
     zc.buildout.testing.install('zope.app.container', test)
-    zc.buildout.testing.install('zope.app.form', test)
     zc.buildout.testing.install('zope.app.locales', test)
     zc.buildout.testing.install('zope.app.pagetemplate', test)
     zc.buildout.testing.install('zope.app.publication', test)
@@ -94,10 +93,10 @@
     (re.compile("""['"][^\n"']+z3c.recipe.i18n[^\n"']*['"],"""),
      "'/z3c.recipe.i18n',"),
     (re.compile('#![^\n]+\n'), ''),
-    (re.compile('-\S+-py\d[.]\d(-\S+)?.egg'), '-pyN.N.egg',),    
-    # the following are for compatibility with Windows  
-    (re.compile('-  .*\.exe\n'), ''),  
-    (re.compile('-script.py'), ''),  
+    (re.compile('-\S+-py\d[.]\d(-\S+)?.egg'), '-pyN.N.egg',),
+    # the following are for compatibility with Windows
+    (re.compile('-  .*\.exe\n'), ''),
+    (re.compile('-script.py'), ''),
 
     ])
 



More information about the checkins mailing list