You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2019/07/28 09:36:29 UTC

[jmeter] branch master updated: Fix test failure and rename method

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 82722a9  Fix test failure and rename method
82722a9 is described below

commit 82722a999c87bd97c340a403704ded437a7a5a80
Author: Philippe M <pm...@users.noreply.github.com>
AuthorDate: Sun Jul 28 11:36:24 2019 +0200

    Fix test failure and rename method
---
 .../org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/src/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java b/test/src/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
index 86ad065..6f20971 100644
--- a/test/src/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
+++ b/test/src/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
@@ -264,9 +264,9 @@ public abstract class TestCacheManagerBase extends JMeterTestCase {
         assertNotNull("Should find entry", getThreadCacheEntry(LOCAL_HOST));
         assertFalse("Should not find valid entry", this.cacheManager.inCache(url));
     }
-    
+
     @Test
-    public void testNoCacheControlNoMaxAgeNoExpireNoCacheControl() throws Exception {
+    public void testNoCacheControlNoMaxAgeNoExpire() throws Exception {
         this.cacheManager.setUseExpires(true);
         this.cacheManager.testIterationStart(null);
         assertNull("Should not find entry", getThreadCacheEntry(LOCAL_HOST));