[Checkins] SVN: z3c.recipe.i18n/trunk/ - adjust test setup

Roger Ineichen roger at projekt01.ch
Sun Feb 22 02:09:47 EST 2009


Log message for revision 96997:
  - adjust test setup
  - prepare for release

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

-=-
Modified: z3c.recipe.i18n/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.i18n/trunk/CHANGES.txt	2009-02-22 06:55:12 UTC (rev 96996)
+++ z3c.recipe.i18n/trunk/CHANGES.txt	2009-02-22 07:09:47 UTC (rev 96997)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 0.5.1dev (unreleased)
------------------------------
+Version 0.5.1 (2009-02-22)
+--------------------------
 
 - fix tests
 

Modified: z3c.recipe.i18n/trunk/setup.py
===================================================================
--- z3c.recipe.i18n/trunk/setup.py	2009-02-22 06:55:12 UTC (rev 96996)
+++ z3c.recipe.i18n/trunk/setup.py	2009-02-22 07:09:47 UTC (rev 96997)
@@ -26,7 +26,7 @@
 
 setup(
     name = 'z3c.recipe.i18n',
-    version = '0.5.1dev',
+    version = '0.5.1',
     author = 'Roger Ineichen and the Zope Community',
     author_email = 'zope-dev at zope.org',
     description = 'Zope3 egg based i18n locales extration recipes',

Modified: z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py
===================================================================
--- z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py	2009-02-22 06:55:12 UTC (rev 96996)
+++ z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py	2009-02-22 07:09:47 UTC (rev 96997)
@@ -24,87 +24,18 @@
 
 def setUp(test):
     zc.buildout.testing.buildoutSetUp(test)
-    zc.buildout.testing.install_develop('RestrictedPython', test)
-    zc.buildout.testing.install_develop('ZConfig', test)
-    zc.buildout.testing.install_develop('ZODB3', test)
-    zc.buildout.testing.install_develop('pytz', test)
     zc.buildout.testing.install_develop('z3c.recipe.i18n', test)
-    zc.buildout.testing.install_develop('zc.recipe.egg', test)
-    zc.buildout.testing.install_develop('zdaemon', test)
-    zc.buildout.testing.install_develop('docutils', test)
-    zc.buildout.testing.install_develop('zope.browser', test)
-    zc.buildout.testing.install_develop('zodbcode', test)
-    zc.buildout.testing.install_develop('zope.annotation', test)
-    zc.buildout.testing.install_develop('zc.lockfile', test)
-    zc.buildout.testing.install_develop('transaction', test)
-    zc.buildout.testing.install_develop('zope.app.applicationcontrol', test)
-    zc.buildout.testing.install_develop('zope.app.appsetup', test)
-    zc.buildout.testing.install_develop('zope.app.authentication', test)
-    zc.buildout.testing.install_develop('zope.app.basicskin', test)
-    zc.buildout.testing.install_develop('zope.app.broken', test)
-    zc.buildout.testing.install_develop('zope.app.component', test)
-    zc.buildout.testing.install_develop('zope.app.container', test)
-    zc.buildout.testing.install_develop('zope.app.content', test)
-    zc.buildout.testing.install_develop('zope.app.debug', test)
-    zc.buildout.testing.install_develop('zope.app.dependable', test)
-    zc.buildout.testing.install_develop('zope.app.error', test)
-    zc.buildout.testing.install_develop('zope.app.exception', test)
-    zc.buildout.testing.install_develop('zope.app.folder', test)
-    zc.buildout.testing.install_develop('zope.app.form', test)
-    zc.buildout.testing.install_develop('zope.app.generations', test)
-    zc.buildout.testing.install_develop('zope.app.http', test)
-    zc.buildout.testing.install_develop('zope.app.i18n', test)
-    zc.buildout.testing.install_develop('zope.app.interface', test)
-    zc.buildout.testing.install_develop('zope.app.locales', test)
-    zc.buildout.testing.install_develop('zope.app.pagetemplate', test)
-    zc.buildout.testing.install_develop('zope.app.principalannotation', test)
-    zc.buildout.testing.install_develop('zope.app.publication', test)
-    zc.buildout.testing.install_develop('zope.app.publisher', test)
-    zc.buildout.testing.install_develop('zope.app.renderer', test)
-    zc.buildout.testing.install_develop('zope.app.rotterdam', test)
-    zc.buildout.testing.install_develop('zope.app.schema', test)
-    zc.buildout.testing.install_develop('zope.app.security', test)
-    zc.buildout.testing.install_develop('zope.app.testing', test)
-    zc.buildout.testing.install_develop('zope.app.wsgi', test)
-    zc.buildout.testing.install_develop('zope.app.zapi', test)
-    zc.buildout.testing.install_develop('zope.app.zcmlfiles', test)
-    zc.buildout.testing.install_develop('zope.app.zopeappgenerations', test)
-    zc.buildout.testing.install_develop('zope.cachedescriptors', test)
-    zc.buildout.testing.install_develop('zope.component', test)
-    zc.buildout.testing.install_develop('zope.configuration', test)
-    zc.buildout.testing.install_develop('zope.contenttype', test)
-    zc.buildout.testing.install_develop('zope.copypastemove', test)
-    zc.buildout.testing.install_develop('zope.datetime', test)
-    zc.buildout.testing.install_develop('zope.deferredimport', test)
-    zc.buildout.testing.install_develop('zope.deprecation', test)
-    zc.buildout.testing.install_develop('zope.dottedname', test)
-    zc.buildout.testing.install_develop('zope.dublincore', test)
-    zc.buildout.testing.install_develop('zope.error', test)
-    zc.buildout.testing.install_develop('zope.event', test)
-    zc.buildout.testing.install_develop('zope.exceptions', test)
-    zc.buildout.testing.install_develop('zope.filerepresentation', test)
-    zc.buildout.testing.install_develop('zope.formlib', test)
-    zc.buildout.testing.install_develop('zope.hookable', test)
-    zc.buildout.testing.install_develop('zope.i18n', test)
-    zc.buildout.testing.install_develop('zope.i18nmessageid', test)
-    zc.buildout.testing.install_develop('zope.interface', test)
-    zc.buildout.testing.install_develop('zope.lifecycleevent', test)
-    zc.buildout.testing.install_develop('zope.location', test)
-    zc.buildout.testing.install_develop('zope.minmax', test)
-    zc.buildout.testing.install_develop('zope.pagetemplate', test)
-    zc.buildout.testing.install_develop('zope.proxy', test)
-    zc.buildout.testing.install_develop('zope.publisher', test)
-    zc.buildout.testing.install_develop('zope.schema', test)
-    zc.buildout.testing.install_develop('zope.security', test)
-    zc.buildout.testing.install_develop('zope.session', test)
-    zc.buildout.testing.install_develop('zope.size', test)
-    zc.buildout.testing.install_develop('zope.structuredtext', test)
-    zc.buildout.testing.install_develop('zope.tal', test)
-    zc.buildout.testing.install_develop('zope.tales', test)
-    zc.buildout.testing.install_develop('zope.testing', test)
-    zc.buildout.testing.install_develop('zope.testing', test)
-    zc.buildout.testing.install_develop('zope.thread', test)
-    zc.buildout.testing.install_develop('zope.traversing', test)
+    zc.buildout.testing.install('ZConfig', test)
+    zc.buildout.testing.install('zc.lockfile', test)
+    zc.buildout.testing.install('zc.recipe.egg', test)
+    zc.buildout.testing.install('zope.app.locales', test)
+    zc.buildout.testing.install('zope.configuration', test)
+    zc.buildout.testing.install('zope.deprecation', test)
+    zc.buildout.testing.install('zope.event', test)
+    zc.buildout.testing.install('zope.i18nmessageid', test)
+    zc.buildout.testing.install('zope.interface', test)
+    zc.buildout.testing.install('zope.schema', test)
+    zc.buildout.testing.install('zope.testing', test)
 
 
 checker = renormalizing.RENormalizing([



More information about the Checkins mailing list