[Checkins] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal Cope with changes in the METAL interpreter

Philipp von Weitershausen philipp at weitershausen.de
Mon May 29 04:17:36 EDT 2006


Philipp von Weitershausen wrote:
> Log message for revision 68320:
>   Cope with changes in the METAL interpreter

In case anyone is interested in the details, this behaviourial change is
due to the fact that metal:use-macro and metal:define-macro can now
occur on the same tag. The corresponding change occurred in Zope 3 a
while ago: http://svn.zope.org/?view=rev&rev=28489.

> Changed:
>   U   Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal1.html
>   U   Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal7.html
> 
> -=-
> Modified: Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal1.html
> ===================================================================
> --- Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal1.html	2006-05-28 23:10:37 UTC (rev 68319)
> +++ Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal1.html	2006-05-28 23:11:02 UTC (rev 68320)
> @@ -22,7 +22,7 @@
>  
>  <span metal:use-macro="OUTER2">
>    AAA
> -  <xxx metal:fill-slot="OUTERSLOT">
> +  <xxx>
>    <span>INNER</span>
>    </xxx>
>    BBB
> @@ -48,7 +48,7 @@
>  
>  <span metal:use-macro="OUTER3">
>    AAA
> -  <xxx metal:fill-slot="OUTERSLOT">
> +  <xxx>
>    <span>INNER
>      <xxx>INNERSLOT</xxx>
>    </span>
> @@ -63,7 +63,7 @@
>  </span>
>  
>  <span metal:use-macro="INNER3">INNER
> -    <xxx metal:fill-slot="INNERSLOT">INNERSLOT</xxx>
> +    <xxx>INNERSLOT</xxx>
>    </span>
>  
>  <span metal:use-macro="INNER3">INNER
> 
> Modified: Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal7.html
> ===================================================================
> --- Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal7.html	2006-05-28 23:10:37 UTC (rev 68319)
> +++ Zope/branches/ajung-zpt-end-game/lib/python/TAL/tests/output/test_metal7.html	2006-05-28 23:11:02 UTC (rev 68320)
> @@ -2,5 +2,5 @@
>      <x metal:define-slot="title" />
>  </html>
>  <html metal:use-macro="page" i18n:domain="zope">
> -    <x metal:fill-slot="title" />
> +    <x />
>  </html>




More information about the Checkins mailing list