mawiesne commented on code in PR #559:
URL: https://github.com/apache/opennlp/pull/559#discussion_r1420180322


##########
opennlp-tools/src/test/java/opennlp/tools/tokenize/TokenizerMEIT.java:
##########
@@ -36,4 +36,16 @@ void testTokenizerDownloadedModel() throws IOException {
     Assertions.assertEquals(",", tokens[1]);
   }
 
+  @Test
+  void testTokenizerDownloadedModelDe() throws IOException {

Review Comment:
   @l-ma As far as I can see, this (integration) test isn't required, as it 
merely replicates what is already covered by your enhanced unit test. 
Therefore, just revert `TokenizerMEIT.java` back to its original form. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to