[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 9 Feb 2024 03:19:53 -0500 (EST) |
branch: master
commit 7fc270cb135f265aada4c4aa4c850b09f0aca26c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Feb 5 08:56:09 2024 +0100
* tp/t/test_sort.t: no need to register the configuration in XS
document as it is the default configuration.
---
ChangeLog | 5 +++++
tp/t/test_sort.t | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 94f9a01e38..8b163ff058 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,11 @@
* README-hacking: Advertise gperf dependency.
+2024-02-05 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/test_sort.t: no need to register the configuration in XS
+ document as it is the default configuration.
+
2024-02-05 Patrice Dumas <pertusus@free.fr>
* tp/maintain/setup_converters_code_tables.pl: fix package of
diff --git a/tp/t/test_sort.t b/tp/t/test_sort.t
index e824c44ac2..0321b70be9 100644
--- a/tp/t/test_sort.t
+++ b/tp/t/test_sort.t
@@ -50,7 +50,7 @@ my $index_entries = $document->merged_indices();
my $main_configuration = Texinfo::MainConfig::new({});
$main_configuration->{'document_descriptor'}
= $document->document_descriptor();
-$main_configuration->register_XS_document_main_configuration($document);
+#$main_configuration->register_XS_document_main_configuration($document);
my ($sorted_index_entries, $index_entries_sort_strings)
= Texinfo::Indices::sort_indices_by_index($registrar, $main_configuration,
$index_entries,
$indices_information);