Skip to content

Commit

Permalink
Fix test failure with new zope.tal, which no longer appends a newline at
Browse files Browse the repository at this point in the history
the end of the nested viewlet.
  • Loading branch information
mgedmin committed Jun 9, 2008
1 parent 39cda75 commit f134678
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/z3c/traverser/viewlet/BROWSER.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ this we will create anothe manager and another viewlet::
>>> print browser.contents
<html>
<body>
<div><div><a href="http://localhost/nested.html/++manager++IOuterManager/++viewlet++OuterViewlet/++manager++IInnerManager/++viewlet++InnerViewlet/++manager++IMostInnerManager/++viewlet++MostInnerViewlet">Most inner viewlet</a></div>
</div>
<div><div><a href="http://localhost/nested.html/++manager++IOuterManager/++viewlet++OuterViewlet/++manager++IInnerManager/++viewlet++InnerViewlet/++manager++IMostInnerManager/++viewlet++MostInnerViewlet">Most inner viewlet</a></div></div>
</body>
</html>

Expand Down

0 comments on commit f134678

Please sign in to comment.