You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2005/03/06 11:20:03 UTC

cvs commit: xml-security/src_unitTests/org/apache/xml/security/test EncryptionTest.java

raul        2005/03/06 02:20:03

  Modified:    src_unitTests/org/apache/xml/security/test
                        EncryptionTest.java
  Log:
  Organize Imports
  
  Revision  Changes    Path
  1.5       +3 -5      xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java
  
  Index: EncryptionTest.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/EncryptionTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EncryptionTest.java	21 Jan 2005 08:14:00 -0000	1.4
  +++ EncryptionTest.java	6 Mar 2005 10:20:03 -0000	1.5
  @@ -17,16 +17,14 @@
   
   package org.apache.xml.security.test;
   
  -import java.security.Security;
  -
  -import org.apache.xml.security.test.encryption.XMLCipherTester;
  -import org.apache.xml.security.test.encryption.BaltimoreEncTest;
  -
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
   import junit.textui.TestRunner;
   
  +import org.apache.xml.security.test.encryption.BaltimoreEncTest;
  +import org.apache.xml.security.test.encryption.XMLCipherTester;
  +
   
   public class EncryptionTest extends TestCase {
       public EncryptionTest(String test) {