You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2010/02/20 19:08:37 UTC

svn commit: r912173 - /incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ReferenceManagerTest.java

Author: ajaquith
Date: Sat Feb 20 18:08:37 2010
New Revision: 912173

URL: http://svn.apache.org/viewvc?rev=912173&view=rev
Log:
Minor import tweak.

Modified:
    incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ReferenceManagerTest.java

Modified: incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ReferenceManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ReferenceManagerTest.java?rev=912173&r1=912172&r2=912173&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ReferenceManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ReferenceManagerTest.java Sat Feb 20 18:08:37 2010
@@ -36,7 +36,6 @@
 import junit.framework.TestSuite;
 
 import org.apache.wiki.TestEngine;
-import org.apache.wiki.api.WikiException;
 import org.apache.wiki.providers.ProviderException;
 
 /**