Skip to content

Commit 8bc5bbc

Browse files
committed
It's never too late to report an error!
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@919763 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1282c29 commit 8bc5bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/io/IOUtilsTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void tearDown()
8989
}
9090
catch( IOException ioe )
9191
{
92-
// Ignore, because by this time, it is too late.
92+
throw new RuntimeException("Could not clear up "+getTestDirectory());
9393
}
9494
}
9595

0 commit comments

Comments
 (0)