You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/01/21 20:33:45 UTC

svn commit: r1726071 - /jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java

Author: sebb
Date: Thu Jan 21 19:33:45 2016
New Revision: 1726071

URL: http://svn.apache.org/viewvc?rev=1726071&view=rev
Log:
Suppress deprecation warning

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java

Modified: jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java?rev=1726071&r1=1726070&r2=1726071&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java Thu Jan 21 19:33:45 2016
@@ -442,6 +442,7 @@ public class TestCookieManager extends J
             assertEquals("test1=moo1; test2=moo2; test2=moo3", s);
         }
         
+        @SuppressWarnings("deprecation") // TODO drop this test at some point
         public void testCookiePolicy2109() throws Exception {
             man.setCookiePolicy(org.apache.http.client.params.CookiePolicy.RFC_2109);
             man.testStarted(); // ensure policy is picked up