Author: mbecke
Date: Sun Jul 31 11:20:40 2005
New Revision: 226676
URL: http://svn.apache.org/viewcvs?rev=226676&view=rev
Log:
Oops. Didn't mean to check that in.
Modified:
jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestBasicAuth.java
Modified:
jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestBasicAuth.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestBasicAuth.java?rev=226676&r1=226675&r2=226676&view=diff
==============================================================================
---
jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestBasicAuth.java
(original)
+++
jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/auth/TestBasicAuth.java
Sun Jul 31 11:20:40 2005
@@ -61,14 +61,6 @@
*/
public class TestBasicAuth extends HttpClientTestBase {
- static {
- System.setProperty("org.apache.commons.logging.Log",
"org.apache.commons.logging.impl.SimpleLog");
-
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
-
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire",
"debug");
-
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
"debug");
-
- }
-
// ------------------------------------------------------------ Constructor
public TestBasicAuth(final String testName) throws IOException {
super(testName);
@@ -83,10 +75,8 @@
// ------------------------------------------------------- TestCase Methods
public static Test suite() {
-
-
TestSuite suite = new TestSuite(TestBasicAuth.class);
-// ProxyTestDecorator.addTests(suite);
+ ProxyTestDecorator.addTests(suite);
return suite;
}
@@ -316,7 +306,6 @@
}
public void testBasicAuthenticationWithMutlipleRealms2() throws Exception {
- System.out.println("NOW");
UsernamePasswordCredentials creds =
new UsernamePasswordCredentials("testuser2", "testpass2");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]