Author: alessio.soldano(a)jboss.com
Date: 2007-11-07 15:20:18 -0500 (Wed, 07 Nov 2007)
New Revision: 5006
Modified:
stack/native/branches/asoldano/trunk/src/test/java/org/jboss/test/ws/interop/nov2007/wsse/EncryptTestCase.java
Log:
Uncommenting tests
Modified:
stack/native/branches/asoldano/trunk/src/test/java/org/jboss/test/ws/interop/nov2007/wsse/EncryptTestCase.java
===================================================================
---
stack/native/branches/asoldano/trunk/src/test/java/org/jboss/test/ws/interop/nov2007/wsse/EncryptTestCase.java 2007-11-07
20:18:29 UTC (rev 5005)
+++
stack/native/branches/asoldano/trunk/src/test/java/org/jboss/test/ws/interop/nov2007/wsse/EncryptTestCase.java 2007-11-07
20:20:18 UTC (rev 5006)
@@ -82,58 +82,58 @@
@SuppressWarnings("unchecked")
public void testEchoDataSet() throws Exception
{
-// if (!EncryptionOperation.probeUnlimitedCrypto())
-// {
-// System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
-// "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
-// return;
-// }
-// super.testEchoDataSet();
+ if (!EncryptionOperation.probeUnlimitedCrypto())
+ {
+ System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
+ "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
+ return;
+ }
+ super.testEchoDataSet();
}
public void testFault() throws Exception
{
-// if (!EncryptionOperation.probeUnlimitedCrypto())
-// {
-// System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
-// "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
-// return;
-// }
-// super.testFault();
+ if (!EncryptionOperation.probeUnlimitedCrypto())
+ {
+ System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
+ "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
+ return;
+ }
+ super.testFault();
}
public void testHeader() throws Exception
{
-// if (!EncryptionOperation.probeUnlimitedCrypto())
-// {
-// System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
-// "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
-// return;
-// }
-// super.testHeader();
+ if (!EncryptionOperation.probeUnlimitedCrypto())
+ {
+ System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
+ "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
+ return;
+ }
+ super.testHeader();
}
@SuppressWarnings("unchecked")
public void testEchoXml() throws Exception
{
-// if (!EncryptionOperation.probeUnlimitedCrypto())
-// {
-// System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
-// "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
-// return;
-// }
-// super.testEchoXml();
+ if (!EncryptionOperation.probeUnlimitedCrypto())
+ {
+ System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
+ "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
+ return;
+ }
+ super.testEchoXml();
}
public void testPing() throws Exception
{
-// if (!EncryptionOperation.probeUnlimitedCrypto())
-// {
-// System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
-// "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
-// return;
-// }
-// super.testPing();
+ if (!EncryptionOperation.probeUnlimitedCrypto())
+ {
+ System.out.println("Please install the Unlimited Strength Java(TM)
Cryptography Extension to run this test; " +
+ "please note that your country might have limits on allowed crypto
strength.\n Test skipped.");
+ return;
+ }
+ super.testPing();
}
@Override
Show replies by date