[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/tests/function_namespaces.pt This path-expression will throw a traversal exception; catch it and fall back to a trivial value.

Malthe Borch mborch at gmail.com
Tue Mar 3 04:28:48 EST 2009


Log message for revision 97436:
  This path-expression will throw a traversal exception; catch it and fall back to a trivial value.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/tests/function_namespaces.pt

-=-
Modified: z3c.pt/trunk/src/z3c/pt/tests/function_namespaces.pt
===================================================================
--- z3c.pt/trunk/src/z3c/pt/tests/function_namespaces.pt	2009-03-03 09:27:46 UTC (rev 97435)
+++ z3c.pt/trunk/src/z3c/pt/tests/function_namespaces.pt	2009-03-03 09:28:48 UTC (rev 97436)
@@ -5,7 +5,7 @@
   <span tal:content="context/ns4:link:main" />
   <span tal:content="context/ns4:page" />
   <span tal:content="context/ns4:page/another" />
-  <span tal:content="context/ns4:page/yet/another" />
+  <span tal:content="context/ns4:page/yet/another|nothing" />
   <span tal:content="context/ns4:zope.Public" />
   <span tal:content="context/ns4:text-to-html" />
 </div>



More information about the Checkins mailing list