chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2588ef1
)
documentation/doxygen: whoops, bad test filename.
author
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 13 Sep 2024 00:14:23 +0000
(
02:14
+0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 13 Sep 2024 00:14:23 +0000
(
02:14
+0200)
Broken since
182939f4d403c42c061b6d37907fab2286b6da24
.
documentation/test_doxygen/test_contents.py
patch
|
blob
|
history
diff --git
a/documentation/test_doxygen/test_contents.py
b/documentation/test_doxygen/test_contents.py
index 206d9db7e8a0bc2c5c0451c2cf8d6c66b837193b..2449c1449dd2c265bc65903b4f8f0f4ee1e73e77 100644
(file)
--- 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'