[svn r38110] i don't think one needs to use svnwc's anymore,

at least it works for me, i think.

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-07 20:41:50 +01:00
parent f07e482ddb
commit 07db3fd2cc
1 changed files with 1 additions and 2 deletions

View File

@ -15,10 +15,9 @@ def test_graphviz_html():
if not py.path.local.sysfind("dot"):
py.test.skip("graphviz needed")
directive.set_backend_and_register_directives("html")
#for reasons that elude me rest.process expects svnwcs???
if not py.path.local.sysfind("svn"):
py.test.skip("svn needed")
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)