You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/01/23 17:32:10 UTC

svn commit: r1437544 - /commons/proper/net/trunk/src/test/java/org/apache/commons/net/imap/IMAPTest.java

Author: ggregory
Date: Wed Jan 23 16:32:10 2013
New Revision: 1437544

URL: http://svn.apache.org/viewvc?rev=1437544&view=rev
Log:
JUnit 3 -> 4: replace import of junit.framework.Assert with org.junit.Assert.

Modified:
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/imap/IMAPTest.java

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/imap/IMAPTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/imap/IMAPTest.java?rev=1437544&r1=1437543&r2=1437544&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/imap/IMAPTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/imap/IMAPTest.java Wed Jan 23 16:32:10 2013
@@ -18,7 +18,7 @@
 
 package org.apache.commons.net.imap;
 
-import junit.framework.Assert;
+import org.junit.Assert;
 
 import org.junit.Test;