You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2005/02/26 20:05:07 UTC

svn commit: r155564 - jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpStatus.java jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpVersion.java

Author: olegk
Date: Sat Feb 26 11:05:05 2005
New Revision: 155564

URL: http://svn.apache.org/viewcvs?view=rev&rev=155564
Log:
Post SVN COPY adjustments

Modified:
    jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpStatus.java
    jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpVersion.java

Modified: jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpStatus.java
URL: http://svn.apache.org/viewcvs/jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpStatus.java?view=diff&r1=155563&r2=155564
==============================================================================
--- jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpStatus.java (original)
+++ jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpStatus.java Sat Feb 26 11:05:05 2005
@@ -1,7 +1,8 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/test/org/apache/commons/httpclient/TestHttpStatus.java,v 1.4 2004/05/02 11:21:13 olegk Exp $
+ * $HeadURL$
  * $Revision$
  * $Date$
+ * 
  * ====================================================================
  *
  *  Copyright 1999-2004 The Apache Software Foundation
@@ -24,11 +25,9 @@
  * information on the Apache Software Foundation, please see
  * <http://www.apache.org/>.
  *
- * [Additional notices, if required by prior licensing conditions]
- *
  */
 
-package org.apache.commons.httpclient;
+package org.apache.http;
 
 import junit.framework.*;
 import java.lang.reflect.*;
@@ -38,7 +37,6 @@
  * Unit tests for {@link HttpStatus}
  *
  * @author Sean C. Sullivan
- * @version $Id$
  */
 public class TestHttpStatus extends TestCase {
 

Modified: jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpVersion.java
URL: http://svn.apache.org/viewcvs/jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpVersion.java?view=diff&r1=155563&r2=155564
==============================================================================
--- jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpVersion.java (original)
+++ jakarta/httpclient/trunk/http-common/src/test/org/apache/http/TestHttpVersion.java Sat Feb 26 11:05:05 2005
@@ -1,7 +1,8 @@
 /*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/test/org/apache/commons/httpclient/TestHttpVersion.java,v 1.3 2004/05/09 12:16:12 olegk Exp $
+ * $HeadURL$
  * $Revision$
  * $Date$
+ * 
  * ====================================================================
  *
  *  Copyright 1999-2004 The Apache Software Foundation
@@ -24,11 +25,9 @@
  * information on the Apache Software Foundation, please see
  * <http://www.apache.org/>.
  *
- * [Additional notices, if required by prior licensing conditions]
- *
  */
 
-package org.apache.commons.httpclient;
+package org.apache.http;
 
 import junit.framework.Test;
 import junit.framework.TestCase;
@@ -37,9 +36,7 @@
 /**
  * Test cases for HTTP version class
  *
- * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
- * 
- * @version $Revision$
+ * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
  */
 public class TestHttpVersion extends TestCase {