about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index a97a27d8..96c1eadc 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -140,7 +140,7 @@ testset += RegressionTest(["depgraph.py"], base_dir="analysis",
                           products=[fname for fnames in (
                               ["graph_test_%02d_00.dot" % test_nb,
                                "graph_%02d.dot" % test_nb]
-                              for test_nb in xrange(1, 17))
+                              for test_nb in xrange(1, 18))
                                     for fname in fnames] +
                           ["graph_test_03_01.dot",
                            "graph_test_05_01.dot",