Revision: 7263
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7263&view=rev
Author:   dnaber
Date:     2012-06-06 16:33:26 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
no @Test annotation needed as long as we're using the old way of defining test 
(test... naming convention)

Modified Paths:
--------------
    
trunk/JLanguageTool/src/test/org/languagetool/rules/patterns/UnifierTest.java

Modified: 
trunk/JLanguageTool/src/test/org/languagetool/rules/patterns/UnifierTest.java
===================================================================
--- 
trunk/JLanguageTool/src/test/org/languagetool/rules/patterns/UnifierTest.java   
    2012-06-06 14:52:33 UTC (rev 7262)
+++ 
trunk/JLanguageTool/src/test/org/languagetool/rules/patterns/UnifierTest.java   
    2012-06-06 16:33:26 UTC (rev 7263)
@@ -205,7 +205,6 @@
   }
 
   // checks if all tokens share the same set of features to be unified
-  @Test
   public void testMultipleFeats() {
     final Unifier uni = new Unifier();
     final Element sgElement = new Element("", false, false, false);
@@ -284,7 +283,6 @@
     uni.reset();
   }
 
-  @Test
   public void testNegation() {
       final Unifier uni = new Unifier();
       final Element sgElement = new Element("", false, false, false);

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