~ubuntu-branches/ubuntu/precise/commons-httpclient/precise-updates

« back to all changes in this revision

Viewing changes to src/test/org/apache/commons/httpclient/TestNVP.java

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah
  • Date: 2008-04-18 13:25:36 UTC
  • mfrom: (3.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080418132536-404lhdow885492ho
Tags: 3.1-2
* debian/watch:
  + Update to reflect new upstream mirror structure.
    (Closes: #459995)
* debian/control:
  + Update my e-mail address to akumar@debian.org.
  + Standards Version is now 3.7.3.
  + Use Vcs-Svn and Vcs-Browser in place of XS-Vcs-*.
  + Depend on ant 1.6.5 and above, instead of 1.6.5-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/test/org/apache/commons/httpclient/TestNVP.java,v 1.5 2004/02/22 18:08:49 olegk Exp $
3
 
 * $Revision: 157457 $
4
 
 * $Date: 2005-03-14 15:23:16 -0500 (Mon, 14 Mar 2005) $
 
3
 * $Revision: 480424 $
 
4
 * $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
5
5
 * ====================================================================
6
6
 *
7
 
 *  Copyright 1999-2004 The Apache Software Foundation
8
 
 *
9
 
 *  Licensed under the Apache License, Version 2.0 (the "License");
10
 
 *  you may not use this file except in compliance with the License.
11
 
 *  You may obtain a copy of the License at
 
7
 *  Licensed to the Apache Software Foundation (ASF) under one or more
 
8
 *  contributor license agreements.  See the NOTICE file distributed with
 
9
 *  this work for additional information regarding copyright ownership.
 
10
 *  The ASF licenses this file to You under the Apache License, Version 2.0
 
11
 *  (the "License"); you may not use this file except in compliance with
 
12
 *  the License.  You may obtain a copy of the License at
12
13
 *
13
14
 *      http://www.apache.org/licenses/LICENSE-2.0
14
15
 *
34
35
 * Simple tests for {@link NameValuePair}.
35
36
 *
36
37
 * @author Rodney Waldhoff
37
 
 * @version $Id: TestNVP.java 157457 2005-03-14 20:23:16Z olegk $
 
38
 * @version $Id: TestNVP.java 480424 2006-11-29 05:56:49Z bayard $
38
39
 */
39
40
public class TestNVP extends TestCase {
40
41