From 611c7156d0c5419b54d30da9ea4837c6f820e9e6 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 14 Mar 2013 20:47:42 +0000 Subject: [PATCH] Fix typo in testcase. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1456668 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/logging/impl/WeakHashtableTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/logging/impl/WeakHashtableTestCase.java b/src/test/java/org/apache/commons/logging/impl/WeakHashtableTestCase.java index 2e4fec6..8a37068 100644 --- a/src/test/java/org/apache/commons/logging/impl/WeakHashtableTestCase.java +++ b/src/test/java/org/apache/commons/logging/impl/WeakHashtableTestCase.java @@ -221,7 +221,7 @@ public class WeakHashtableTestCase extends TestCase { } /** - * Disables this tests as it makes wrong assumptions wrt the GC. + * Disabled this test as it makes wrong assumptions wrt the GC. * This test especially fails with: * * Java(TM) SE Runtime Environment (build pxi3260sr12-20121025_01(SR12))