[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/output -
test19.xml:1.1 test20.xml:1.1 test21.xml:1.1
Gintautas Miliauskas
gintas at pov.lt
Wed Apr 7 11:13:05 EDT 2004
Update of /cvs-repository/Zope3/src/zope/tal/tests/output
In directory cvs.zope.org:/tmp/cvs-serv27951/src/zope/tal/tests/output
Added Files:
test19.xml test20.xml test21.xml
Log Message:
Removed an assertion which disallows usage of Zope3 i18n in XML markup.
Added a few test cases which run the new code path.
=== Added File Zope3/src/zope/tal/tests/output/test19.xml ===
<?xml version="1.0"?>
<body>
<span>REPLACE THIS</span>
<span>MSGID</span>
<span>AND ANOTHER TRANSLATED STRING</span>
</body>
=== Added File Zope3/src/zope/tal/tests/output/test20.xml ===
<?xml version="1.0"?>
<body>
<span>REPLACEABLE HERE</span>
</body>
=== Added File Zope3/src/zope/tal/tests/output/test21.xml ===
<?xml version="1.0"?>
<body>
<span>Lomax WAS BORN IN Antarctica.</span>
</body>
More information about the Zope3-Checkins
mailing list