Revision: 7459
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7459&view=rev
Author:   milek_pl
Date:     2012-06-22 13:42:47 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
fix Junit

Modified Paths:
--------------
    trunk/JLanguageTool/src/test/org/languagetool/JLanguageToolTest.java

Modified: trunk/JLanguageTool/src/test/org/languagetool/JLanguageToolTest.java
===================================================================
--- trunk/JLanguageTool/src/test/org/languagetool/JLanguageToolTest.java        
2012-06-22 13:16:52 UTC (rev 7458)
+++ trunk/JLanguageTool/src/test/org/languagetool/JLanguageToolTest.java        
2012-06-22 13:42:47 UTC (rev 7459)
@@ -88,7 +88,7 @@
     tool.activateDefaultPatternRules();
     tool.setListUnknownWords(true);
     // German rule has no effect with English error, but they are spelling 
mistakes:
-    assertEquals(6, tool.check("I can give you more a detailed 
description").size());
+    assertEquals(8, tool.check("I can give you more a detailed 
description").size());
     //test unknown words listing
     assertEquals("[I, can, detailed, give, more, you]", 
tool.getUnknownWords().toString());
   }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to