Renamed file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@409995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c3e71e629
commit
7d7da3d68b
|
@ -41,6 +41,7 @@ public class TestAllCookieImpl extends TestCase {
|
||||||
suite.addTest(TestAbstractCookieSpec.suite());
|
suite.addTest(TestAbstractCookieSpec.suite());
|
||||||
suite.addTest(TestBasicCookieAttribHandlers.suite());
|
suite.addTest(TestBasicCookieAttribHandlers.suite());
|
||||||
suite.addTest(TestBrowserCompatCookieAttribHandlers.suite());
|
suite.addTest(TestBrowserCompatCookieAttribHandlers.suite());
|
||||||
|
suite.addTest(TestBrowserCompatSpec.suite());
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,18 +51,18 @@ import junit.framework.TestSuite;
|
||||||
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
|
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
public class TestCookieCompatibilitySpec extends TestCase {
|
public class TestBrowserCompatSpec extends TestCase {
|
||||||
|
|
||||||
// ------------------------------------------------------------ Constructor
|
// ------------------------------------------------------------ Constructor
|
||||||
|
|
||||||
public TestCookieCompatibilitySpec(String name) {
|
public TestBrowserCompatSpec(String name) {
|
||||||
super(name);
|
super(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------- TestCase Methods
|
// ------------------------------------------------------- TestCase Methods
|
||||||
|
|
||||||
public static Test suite() {
|
public static Test suite() {
|
||||||
return new TestSuite(TestCookieCompatibilitySpec.class);
|
return new TestSuite(TestBrowserCompatSpec.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
Reference in New Issue