[Checkins] SVN: zope.app.form/trunk/ Made the tests independent of zope.app.locales.

Hanno Schlichting hannosch at hannosch.eu
Thu Dec 17 17:18:44 EST 2009


Log message for revision 106720:
  Made the tests independent of zope.app.locales.
  

Changed:
  U   zope.app.form/trunk/CHANGES.txt
  U   zope.app.form/trunk/setup.py
  U   zope.app.form/trunk/src/zope/app/form/browser/i18n.txt
  U   zope.app.form/trunk/src/zope/app/form/ftesting.zcml

-=-
Modified: zope.app.form/trunk/CHANGES.txt
===================================================================
--- zope.app.form/trunk/CHANGES.txt	2009-12-17 22:12:30 UTC (rev 106719)
+++ zope.app.form/trunk/CHANGES.txt	2009-12-17 22:18:43 UTC (rev 106720)
@@ -5,6 +5,8 @@
 3.11.0 (unreleased)
 ===================
 
+- Made the tests independent of zope.app.locales.
+
 - Reduce zope.app test dependencies by avoiding zope.app.securitypolicy and
   zope.app.zcmlfiles.
 

Modified: zope.app.form/trunk/setup.py
===================================================================
--- zope.app.form/trunk/setup.py	2009-12-17 22:12:30 UTC (rev 106719)
+++ zope.app.form/trunk/setup.py	2009-12-17 22:18:43 UTC (rev 106720)
@@ -77,7 +77,6 @@
             'zope.app.basicskin',
             'zope.app.component',
             'zope.app.container',
-            'zope.app.locales',
             'zope.app.publication',
             'zope.app.publisher',
             'zope.app.testing',

Modified: zope.app.form/trunk/src/zope/app/form/browser/i18n.txt
===================================================================
--- zope.app.form/trunk/src/zope/app/form/browser/i18n.txt	2009-12-17 22:12:30 UTC (rev 106719)
+++ zope.app.form/trunk/src/zope/app/form/browser/i18n.txt	2009-12-17 22:18:43 UTC (rev 106720)
@@ -67,10 +67,6 @@
   ...Eine ausf...Beschreibung...
   ...Irgendeine Zahl...
   ...Irgendeine Liste...
-  ...Irgendeine Liste hinzuf...
-  ...Auffrischen...
-  ...Hinzuf...
-  ...Objektname...
 
 The same with an input error:
 
@@ -105,17 +101,10 @@
   ... """, handle_errors=False)
   HTTP/1.1 200 OK
   ...Felderinhalt hinzuf...
-  ...Ein Fehler ist aufgetreten...
-  ...Es gab <strong>1</strong> Eingabefehler...
+  ...<strong>1</strong>...
   ...Eine kurz...Titel...
-  ...Erforderliche Eingabe fehlt...
   ...Eine ausf...Beschreibung...
   ...Irgendeine Zahl...
-  ...Irgendeine Liste...
-  ...hinzuf...
-  ...Auffrischen...
-  ...Hinzuf...
-  ...Objektname...
 
 
 Source widgets

Modified: zope.app.form/trunk/src/zope/app/form/ftesting.zcml
===================================================================
--- zope.app.form/trunk/src/zope/app/form/ftesting.zcml	2009-12-17 22:12:30 UTC (rev 106719)
+++ zope.app.form/trunk/src/zope/app/form/ftesting.zcml	2009-12-17 22:18:43 UTC (rev 106720)
@@ -1,7 +1,6 @@
 <configure
   xmlns="http://namespaces.zope.org/zope"
   xmlns:browser="http://namespaces.zope.org/browser"
-  xmlns:i18n="http://namespaces.zope.org/i18n"
   i18n_domain="zope"
   package="zope.app.form"
   >
@@ -29,10 +28,6 @@
   <include package="zope.app.basicskin" />
   <include package="zope.app.publication" />
 
-  <configure package="zope.app.locales">
-    <i18n:registerTranslations directory="." />
-  </configure>
-
   <securityPolicy
       component="zope.security.simplepolicies.PermissiveSecurityPolicy" />
 



More information about the checkins mailing list