You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/04/23 09:57:04 UTC

svn commit: r164366 - /directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java

Author: elecharny
Date: Sat Apr 23 00:57:03 2005
New Revision: 164366

URL: http://svn.apache.org/viewcvs?rev=164366&view=rev
Log:
Changed import for DecoderException

Modified:
    directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java

Modified: directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java?rev=164366&r1=164365&r2=164366&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java (original)
+++ directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java Sat Apr 23 00:57:03 2005
@@ -19,8 +19,8 @@
 import junit.framework.Assert;
 import junit.framework.TestCase;
 
+import org.apache.asn1.DecoderException;
 import org.apache.asn1.ber.tlv.Value;
-import org.apache.asn1.ldap.codec.DecoderException;
 import org.apache.asn1.ldap.codec.utils.IntegerDecoder;
 
 import org.apache.log4j.Logger;