Revision: 1700
          http://svn.sourceforge.net/spring-rich-c/?rev=1700&view=rev
Author:   ge0ffrey
Date:     2007-01-27 07:14:30 -0800 (Sat, 27 Jan 2007)

Log Message:
-----------
redundan throw

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/image/HandlerTestsIgnored.java

Modified: 
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/image/HandlerTestsIgnored.java
===================================================================
--- 
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/image/HandlerTestsIgnored.java
 2007-01-27 15:03:37 UTC (rev 1699)
+++ 
trunk/spring-richclient/support/src/test/java/org/springframework/richclient/image/HandlerTestsIgnored.java
 2007-01-27 15:14:30 UTC (rev 1700)
@@ -15,13 +15,13 @@
  */
 package org.springframework.richclient.image;
 
-import junit.framework.TestCase;
-import org.springframework.context.support.ClassPathXmlApplicationContext;
-
 import java.io.IOException;
 import java.net.MalformedURLException;
 import java.net.URL;
 
+import junit.framework.TestCase;
+import org.springframework.context.support.ClassPathXmlApplicationContext;
+
 /**
  * Tests the "image:" URL protocol handler.
  * 
@@ -36,7 +36,7 @@
      * introduced by the strange way Java requires custom URL handlers to be
      * registered.
      */
-    public void testHandler() throws MalformedURLException, IOException {
+    public void testHandler() throws IOException {
         assertTrue("This test can only be run once in a single JVM", 
imageHasNotBeenInstalledInThisJVM);
 
         URL url;


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to