[py-svn] r23181 - py/branch/setup/py/rest/testing

jan at codespeak.net jan at codespeak.net
Thu Feb 9 19:18:30 CET 2006


Author: jan
Date: Thu Feb  9 19:18:29 2006
New Revision: 23181

Modified:
   py/branch/setup/py/rest/testing/test_directive.py
Log:
py/misc/rest.process expects no svnwcs anymore


Modified: py/branch/setup/py/rest/testing/test_directive.py
==============================================================================
--- py/branch/setup/py/rest/testing/test_directive.py	(original)
+++ py/branch/setup/py/rest/testing/test_directive.py	Thu Feb  9 19:18:29 2006
@@ -7,8 +7,7 @@
 
 def test_graphviz_html():
     directive.BackendStore("html")
-    #for reasons that elude me rest.process expects svnwcs???
-    txt = py.path.svnwc(datadir.join("graphviz.txt"))
+    txt = datadir.join("graphviz.txt")
     html = txt.new(ext="html")
     png = datadir.join("example1.png")
     rest.process(txt)



More information about the pytest-commit mailing list