Revert accidental commit r1756322

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1756323 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplers.java b/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplers.java
index 9d131e6..3b04bf3 100644
--- a/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplers.java
+++ b/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplers.java
@@ -21,8 +21,6 @@
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 
-import javax.crypto.Cipher;
-
 import org.apache.jmeter.config.Argument;
 import org.apache.jmeter.config.Arguments;
 import org.apache.jmeter.protocol.http.util.HTTPConstants;
@@ -366,10 +364,4 @@
         file = sampler.getHTTPFiles()[0];
         assertEquals("mime2", file.getMimeType());
     }
-
-    @Test
-    public void testCryptoStrength() throws Exception {
-        int maxKeyLen = Cipher.getMaxAllowedKeyLength("AES");
-        System.err.println("Crypto Max key length="+maxKeyLen);
-    }
 }