Revision: 17762
          http://sourceforge.net/p/gate/code/17762
Author:   ian_roberts
Date:     2014-04-02 11:12:41 +0000 (Wed, 02 Apr 2014)
Log Message:
-----------
Disabled one test that produces different results on different versions of Java

Modified Paths:
--------------
    gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java

Modified: 
gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java
===================================================================
--- gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java     
2014-04-02 11:02:40 UTC (rev 17761)
+++ gate/trunk/plugins/Learning/src/gate/learning/test/TestLearningAPI.java     
2014-04-02 11:12:41 UTC (rev 17762)
@@ -459,8 +459,10 @@
   }
   /** Test the relation extraction by using the SVM with linear kernel
    * and a small part of data from ACE-04 relation extraction.
+   * This test has been disabled (02/Apr/2014, IR) as it produces different
+   * numbers when run on Java 6 vs Java 7.
    */
-  public void testSVMRelationLearning() throws GateException, IOException {
+  public void dont_testSVMRelationLearning() throws GateException, IOException 
{
     System.out.print("Testing the SVM with linear kernel on relation 
extraction...");
     // Initialisation relation-learning
     File scHome = new File(new File(learningHome, "test"), 
"relation-learning");

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to