Improve test suite to work without warnings in recent versions of mojo
Change-Id: I8990a78ba00e835b2a569ea3aecebb1f18cb4bba
diff --git a/Changes b/Changes
index a51f399..078fb26 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,13 @@
-0.03 2021-01-06
+0.03 2021-01-12
- Update KorAP-Tokenizer to released 2.0 version
+ - Improve test suite for recent version
+ of Mojolicious.
+
0.02 2020-11-27
+ - Update KorAP-Tokenizer to v2.0.0.
- Switch input encoding based on XML
processing instruction.
- Fix handling of UTF-8 in sigles.
-0.02 2020-10-14
- - Update KorAP-Tokenizer to v2.0.0.
-
0.01 2020-09-28
- Initial release to GitHub.
diff --git a/script/tei2korapxml b/script/tei2korapxml
index 07744e1..690cf2d 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -33,7 +33,7 @@
1;
};
-our $VERSION = '0.02';
+our $VERSION = '0.03';
our $VERSION_MSG = "\ntei2korapxml - v$VERSION\n";
diff --git a/t/script.t b/t/script.t
index 57e055e..e5402dc 100644
--- a/t/script.t
+++ b/t/script.t
@@ -116,7 +116,7 @@
->attr_is('#s38','l','2')
->attr_is('#s38 > fs','type','struct')
->text_is('#s38 > fs > f[name=name]','back')
- ->element_count_is('', 196);
+ ->element_count_is('*', 196);
$t->file_exists_not('GOE/AGA/00000/base/tokens.xml', 'External not generated');