You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/09 19:57:59 UTC

[07/50] [abbrv] httpcomponents-core git commit: HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Fix test method name.

HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Fix test method name.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1791980 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/c704b3a6
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/c704b3a6
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/c704b3a6

Branch: refs/heads/trunk
Commit: c704b3a6bd9ede5c1ddd673aa9072d7e7da3f690
Parents: 5f87041
Author: Gary D. Gregory <gg...@apache.org>
Authored: Wed Apr 19 21:25:06 2017 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Wed Apr 19 21:25:06 2017 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/hc/core5/util/TestTimeValue.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/c704b3a6/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.java
----------------------------------------------------------------------
diff --git a/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.java b/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.java
index 559b11a..9a34e40 100644
--- a/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.java
+++ b/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.java
@@ -73,7 +73,7 @@ public class TestTimeValue {
     }
 
     @Test
-    public void test1Negative1() {
+    public void testNegative1() {
         test(-1);
     }