[py-svn] r37609 - py/trunk/py/rest/testing

guido at codespeak.net guido at codespeak.net
Tue Jan 30 16:43:01 CET 2007


Author: guido
Date: Tue Jan 30 16:43:00 2007
New Revision: 37609

Modified:
   py/trunk/py/rest/testing/test_transform.py
Log:
Oops, forgot to check this in: update to deal with change in py.xml.html.


Modified: py/trunk/py/rest/testing/test_transform.py
==============================================================================
--- py/trunk/py/rest/testing/test_transform.py	(original)
+++ py/trunk/py/rest/testing/test_transform.py	Tue Jan 30 16:43:00 2007
@@ -22,8 +22,7 @@
                             '<pre>foo\tbar</pre>'),
                            (Rest(Paragraph(Link('foo',
                                                 'http://www.foo.com/'))),
-                            ('<p>\n  <a href="http://www.foo.com/">foo</a>'
-                             '</p>'))):
+                            '<p><a href="http://www.foo.com/">foo</a></p>')):
         html = convert_to_html(rest)
         assert html == expected
 



More information about the pytest-commit mailing list