Revision: 6883
http://languagetool.svn.sourceforge.net/languagetool/?rev=6883&view=rev
Author: dnaber
Date: 2012-05-13 10:09:22 +0000 (Sun, 13 May 2012)
Log Message:
-----------
fix test case because of new usage message
Modified Paths:
--------------
trunk/JLanguageTool/src/test/org/languagetool/MainTest.java
Modified: trunk/JLanguageTool/src/test/org/languagetool/MainTest.java
===================================================================
--- trunk/JLanguageTool/src/test/org/languagetool/MainTest.java 2012-05-13
09:37:05 UTC (rev 6882)
+++ trunk/JLanguageTool/src/test/org/languagetool/MainTest.java 2012-05-13
10:09:22 UTC (rev 6883)
@@ -76,7 +76,7 @@
fail("LT should have exited with status 0!");
} catch (ExitException e) {
String output = new String(this.out.toByteArray());
- assertTrue(output.indexOf("Usage: java org.languagetool.Main
[-r|--recursive] [-v|--verbose") != -1);
+ assertTrue(output.indexOf("Usage: java -jar LanguageTool.jar") != -1);
assertEquals("Exit status", 1, e.status);
}
}
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