Revision: 17929
          http://sourceforge.net/p/gate/code/17929
Author:   markagreenwood
Date:     2014-05-08 09:29:12 +0000 (Thu, 08 May 2014)
Log Message:
-----------
fixed the ranges test

Modified Paths:
--------------
    gate/trunk/src/test/gate/jape/functest/TestConstraints.java

Modified: gate/trunk/src/test/gate/jape/functest/TestConstraints.java
===================================================================
--- gate/trunk/src/test/gate/jape/functest/TestConstraints.java 2014-05-08 
06:30:59 UTC (rev 17928)
+++ gate/trunk/src/test/gate/jape/functest/TestConstraints.java 2014-05-08 
09:29:12 UTC (rev 17929)
@@ -991,7 +991,7 @@
         addInc("F");
         addInc("B");
         addInc("B");
-        // addInc("B");
+        addInc("B");
         addInc("G");
         addInc("F");
         addInc("B");
@@ -1003,19 +1003,21 @@
         // ZeroToThreeC check - 1 C
         addInc("D");
         addInc("C");
-        // addInc("E");
+        addInc("E");
 
         // ZeroToThreeC check - 3 C
         addInc("D");
         addInc("C");
-        // addInc("C");
         addInc("C");
+        addInc("C");
         addInc("E");
 
-        // ZeroToThreeC check - 4 C = no match addInc("D"); addInc("C");
+        // ZeroToThreeC check - 4 C = no match
+        addInc("D");
         addInc("C");
         addInc("C");
         addInc("C");
+        addInc("C");
         addInc("E");
 
         return as;

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


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to