Skip to content

Commit 5575ace

Browse files
committed
Fixing toDot
1 parent 116967a commit 5575ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/iifInterfaceTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ global dfg,v1,v2,f1
3636
#test before anything changes
3737
@testset "Producing Dot Files" begin
3838

39-
@test toDot(dfg) == "graph graphname {\n2 [\"label\"=\"b\",\"shape\"=\"box\",\"fillcolor\"=\"red\",\"color\"=\"red\"]\n2 -- 3\n3 [\"label\"=\"abf1\",\"shape\"=\"ellipse\",\"fillcolor\"=\"blue\",\"color\"=\"blue\"]\n1 [\"label\"=\"a\",\"shape\"=\"box\",\"fillcolor\"=\"red\",\"color\"=\"red\"]\n1 -- 3\n}\n"
39+
@test toDot(dfg) == "graph graphname {\n2 [\"label\"=\"b\",\"shape\"=\"ellipse\",\"fillcolor\"=\"red\",\"color\"=\"red\"]\n2 -- 3\n3 [\"label\"=\"abf1\",\"shape\"=\"box\",\"fillcolor\"=\"blue\",\"color\"=\"blue\"]\n1 [\"label\"=\"a\",\"shape\"=\"ellipse\",\"fillcolor\"=\"red\",\"color\"=\"red\"]\n1 -- 3\n}\n"
4040
@test toDotFile(dfg, "something.dot") == nothing
4141
Base.rm("something.dot")
4242

0 commit comments

Comments
 (0)