Skip to content

Commit

Permalink
Rename test graph for #65.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Jan 14, 2017
1 parent f78b395 commit 7beca60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QUnit.module("graphs");

QUnit.test("rendering sample graphs should not throw errors", function(assert) {

var graphs = ["./graphs/shapes.dot", "./graphs/subgraphs.dot", "./graphs/issue65.dot"];
var graphs = ["./graphs/shapes.dot", "./graphs/subgraphs.dot", "./graphs/edge-labels.dot"];

assert.expect(graphs.length);

Expand Down
1 change: 1 addition & 0 deletions tests/graphs/issue65.dot → tests/graphs/edge-labels.dot
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# See issue #65. Viz.js would crash when calling gvFreeLayout() for this graph.
digraph g {
node001->node002;
subgraph cluster1 {
Expand Down

0 comments on commit 7beca60

Please sign in to comment.