From: Vladimír Vondruš Date: Fri, 13 Sep 2024 00:14:23 +0000 (+0200) Subject: documentation/doxygen: whoops, bad test filename. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=8f7ba06d5050519a0a56154144fe09ecc7751e00;p=blog.git documentation/doxygen: whoops, bad test filename. Broken since 182939f4d403c42c061b6d37907fab2286b6da24. --- diff --git a/documentation/test_doxygen/test_contents.py b/documentation/test_doxygen/test_contents.py index 206d9db7..2449c144 100644 --- a/documentation/test_doxygen/test_contents.py +++ b/documentation/test_doxygen/test_contents.py @@ -446,7 +446,7 @@ class Dot(IntegrationTestCase): # The damn thing adopted Chrome versioning apparently. No idea if the # output changed in version 7, 8 or 9 already. if parse_version(dot_version()) >= parse_version("10.0"): - file = 'page.html' + file = 'index.html' # Used to be >= 2.44.0, but 2.42.2 appears to have the same output elif parse_version(dot_version()) >= parse_version("2.42.2"): file = 'index-2.html'