[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py
Horrible, horrible band-aid. When we reload a language in functional
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jul 13 13:26:37 EDT 2004
Log message for revision 26498:
Horrible, horrible band-aid. When we reload a language in functional
tests, it gets corrupted somehow and is not available anymore. This
caused really strange errors in my new functional tests that rely on the
English translation.
Changed:
U Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py
-=-
Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py 2004-07-13 17:25:02 UTC (rev 26497)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py 2004-07-13 17:26:37 UTC (rev 26498)
@@ -33,7 +33,7 @@
def testReload(self):
response = self.publish('/++etc++process/@@TranslationDomain.html',
basic='mgr:mgrpw',
- form={'language': u'en',
+ form={'language': u'de',
'domain': u'zope',
'RELOAD': u'Reload'})
body = response.getBody()
More information about the Zope3-Checkins
mailing list