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

fschumacher 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 0c6a72d  Correct typo
0c6a72d is described below

commit 0c6a72d3472fffb2c9eccb000cd53e56e25157f8
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Tue Sep 1 18:08:02 2020 +0200

    Correct typo
---
 .../org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
 
b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
index 45b2fac..8964fdb 100644
--- 
a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
+++ 
b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/control/TestCacheManagerBase.java
@@ -264,7 +264,7 @@ public abstract class TestCacheManagerBase extends 
JMeterTestCase {
         sleepTill(start + 1050);
         CacheEntry cachedEntry = getThreadCacheEntry(LOCAL_HOST);
         assertNotNull(cachedEntry, "Should still find entry");
-        assertFalse(this.cacheManager.inCache(url), "Should not now find valid 
entry. Found: " + cachedEntry + " at " + System.currentTimeMillis()));
+        assertFalse(this.cacheManager.inCache(url), "Should not now find valid 
entry. Found: " + cachedEntry + " at " + System.currentTimeMillis());
     }
 
     @Test

Reply via email to