aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java')
-rw-r--r--src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java b/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
index a6e4e5aa..a1fb92ff 100644
--- a/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
+++ b/src/test/java/org/apache/commons/io/FileCleaningTrackerTest.java
@@ -315,7 +315,7 @@ public class FileCleaningTrackerTest extends AbstractTempDirTest {
TestUtils.sleep(1000);
}
if (theInstance.getTrackCount() != 0) {
- throw new IllegalStateException("Your JVM is not releasing References, try running the testcase with less memory (-Xmx)");
+ throw new IllegalStateException("Your JVM is not releasing References, try running the test with less memory (-Xmx)");
}
}