Skip to content

Commit

Permalink
fixed another test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jan 16, 2015
1 parent 0137ab5 commit 87d2d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/outputfilters/tests/test_resolveuid_and_caption.py
Expand Up @@ -391,7 +391,7 @@ def test_image_captioning_external_url(self):
def test_image_captioning_preserves_custom_attributes(self):
text_in = """<img class="captioned" width="42" height="42" foo="bar" src="image.jpg"/>"""
text_out = """<dl style="width:42px;" class="captioned">
<dt><img src="http://nohost/plone/image.jpg/image" alt="Image" title="Image" height="42" width="42" foo="bar" /></dt>
<dt><img src="http://nohost/plone/image.jpg/@@images/....jpeg" alt="Image" title="Image" height="42" width="42" foo="bar" /></dt>
<dd class="image-caption" style="width:42px;">My caption</dd>
</dl>"""
self._assertTransformsTo(text_in, text_out)
Expand Down

0 comments on commit 87d2d8c

Please sign in to comment.