From 8f7ba06d5050519a0a56154144fe09ecc7751e00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 13 Sep 2024 02:14:23 +0200 Subject: [PATCH] documentation/doxygen: whoops, bad test filename. Broken since 182939f4d403c42c061b6d37907fab2286b6da24. --- documentation/test_doxygen/test_contents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2