Revision: 20004
          http://sourceforge.net/p/gate/code/20004
Author:   markagreenwood
Date:     2017-01-27 12:35:02 +0000 (Fri, 27 Jan 2017)
Log Message:
-----------
some cleanup

Modified Paths:
--------------
    
gate/branches/sawdust2/gate-core/src/test/java/gate/creole/TestResourceReference.java

Modified: 
gate/branches/sawdust2/gate-core/src/test/java/gate/creole/TestResourceReference.java
===================================================================
--- 
gate/branches/sawdust2/gate-core/src/test/java/gate/creole/TestResourceReference.java
       2017-01-27 12:33:01 UTC (rev 20003)
+++ 
gate/branches/sawdust2/gate-core/src/test/java/gate/creole/TestResourceReference.java
       2017-01-27 12:35:02 UTC (rev 20004)
@@ -15,10 +15,12 @@
 import gate.creole.metadata.CreoleParameter;
 import junit.framework.TestCase;
 
+@SuppressWarnings({"serial","unused"})
 public class TestResourceReference extends TestCase {
 
   private Plugin creolePlugin;
 
+  
   @Override
   public void setUp() throws Exception {
     // Initialise the GATE library and creole register
@@ -95,7 +97,6 @@
         ((ResourceReference)resource.getParameterValue("param")).toURL());
   }
 
-  @SuppressWarnings("serial")
   public void testRelativeReferences() throws Exception {
     URL testURL = new URL(TestDocument.getTestServerName() + "tests/");
     URL creoleURL =

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to