[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/output - CheckI18nTranslate.html:1.1.4.2 CheckI18nTranslateHooked.html:1.1.4.2

Florent Guillaume fg@nuxeo.com
Tue, 24 Sep 2002 11:39:29 -0400


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/tests/output
In directory cvs.zope.org:/tmp/cvs-serv20613/lib/python/Products/PageTemplates/tests/output

Modified Files:
      Tag: Zope-2_6-branch
	CheckI18nTranslate.html CheckI18nTranslateHooked.html 
Log Message:
Modified the translation service to return None if no translation exist.

So now using i18n tags without a translation service should give the
same behavior as before. The tests reflect that.

Tagged efge-before-i18n-notransserv-fix before this checkin.


=== Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html 1.1.4.1 => 1.1.4.2 ===
--- Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html:1.1.4.1	Wed Sep 18 10:54:12 2002
+++ Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html	Tue Sep 24 11:39:28 2002
@@ -1,7 +1,12 @@
 <html>
 <body>
 <head>
-   <p>foobar</p>
+   <p>baz</p>
+   <a href="foo" alt="alttext">link</a>
+   <p>
+     Lomax was born in
+     Antarctica.
+   </p>
 </head>
 </body>
 </html>


=== Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html 1.1.4.1 => 1.1.4.2 ===
--- Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html:1.1.4.1	Wed Sep 18 10:54:12 2002
+++ Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html	Tue Sep 24 11:39:28 2002
@@ -2,6 +2,8 @@
 <body>
 <head>
    <p>[foo](bar)</p>
+   <a href="foo" alt="[default](alttext)">link</a>
+   <p>[dom](${name} was born in ${country}.)</p>
 </head>
 </body>
 </html>