We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b680e commit 313419eCopy full SHA for 313419e
commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileProviderTestCase.java
@@ -118,7 +118,7 @@ protected void setUp() throws Exception {
118
119
// Copy the test directory into HDFS
120
final Path base = new Path("/test-data");
121
- assertTrue("Unable to create base directory", hdfs.mkdirs(base));
+ assertTrue(hdfs.mkdirs(base), "Unable to create base directory");
122
copyTestResources(getTestDirectoryFile(), base);
123
124
super.setUp();
0 commit comments