Author: markt
Date: Sat Nov 3 18:55:29 2012
New Revision: 1405400
URL: http://svn.apache.org/viewvc?rev=1405400&view=rev
Log:
Rename to have one test case per header
Added:
tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java
- copied, changed from r1405357,
tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestHttpParser2.java
Removed:
tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestHttpParser2.java
Copied:
tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java
(from r1405357,
tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestHttpParser2.java)
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java?p2=tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java&p1=tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestHttpParser2.java&r1=1405357&r2=1405400&rev=1405400&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestHttpParser2.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java
Sat Nov 3 18:55:29 2012
@@ -22,7 +22,7 @@ import java.util.Map;
import org.junit.Assert;
import org.junit.Test;
-public class TestHttpParser2 {
+public class TestAuthorizationDigest {
@Test
public void testBug54060a() throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]