[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/test_utils.pl: change a TODO to a NOTE.
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/t/test_utils.pl: change a TODO to a NOTE. |
Date: |
Thu, 11 Apr 2024 17:35:04 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 97fd02cc13 * tp/t/test_utils.pl: change a TODO to a NOTE.
97fd02cc13 is described below
commit 97fd02cc13a1a07bdbcd0f2ce37ebf700fdd4024
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Apr 11 23:34:54 2024 +0200
* tp/t/test_utils.pl: change a TODO to a NOTE.
---
ChangeLog | 4 ++++
tp/t/test_utils.pl | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index f803e888fa..123c99b40c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-04-11 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/test_utils.pl: change a TODO to a NOTE.
+
2024-04-11 Patrice Dumas <pertusus@free.fr>
Fix master menu generation with node in its own menus
diff --git a/tp/t/test_utils.pl b/tp/t/test_utils.pl
index 2469462786..da5831e5b9 100644
--- a/tp/t/test_utils.pl
+++ b/tp/t/test_utils.pl
@@ -1160,7 +1160,8 @@ sub test($$)
$tree = $document->tree();
my $indices_information = $document->indices_information();
- # TODO maybe it would be good to compare $merged_index_entries?
+ # NOTE we do not compare the merged indices since we compare the sorted
+ # indices already and the tests are already big.
my $merged_index_entries = $document->merged_indices();
# only print indices information if it differs from the default
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/test_utils.pl: change a TODO to a NOTE.,
Patrice Dumas <=