It looks like it's because we have
  public void testRules() throws Exception {
    testDisambiguationRulesFromXML();
  }
in test subclass and also testDisambiguationRulesFromXML() from parent
class is run as well.

We probably should either not create test method in subclass or rename
base class method so it's not run as test.


I see this at least for uk, pl, and en:

Running org.languagetool.tagging.disambiguation.PolishDisambiguationRuleTest
Running disambiguation tests for Polish...
720 rules tested.
Running disambiguation tests for Polish...
720 rules tested.


Running disambiguation tests for English...
323 rules tested.
Running disambiguation tests for English (US)...
323 rules tested.
Running disambiguation tests for English (GB)...
323 rules tested.
Running disambiguation tests for English (Australian)...
323 rules tested.
Running disambiguation tests for English (Canadian)...
323 rules tested.
Running disambiguation tests for English (New Zealand)...
323 rules tested.
Running disambiguation tests for English (South African)...
323 rules tested.
Running disambiguation tests for English...
323 rules tested.
Running disambiguation tests for English (US)...
323 rules tested.
Running disambiguation tests for English (GB)...
323 rules tested.
Running disambiguation tests for English (Australian)...
323 rules tested.
Running disambiguation tests for English (Canadian)...
323 rules tested.
Running disambiguation tests for English (New Zealand)...
323 rules tested.
Running disambiguation tests for English (South African)...
323 rules tested.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to