Skip to content

Commit 88cda20

Browse files
committed
Code cleanup - rename test from testFolder to testDirectory
Unix uses the term 'Directory' and the test runs only on Unix-like OSes. Change the test name accordingly.
1 parent aed65df commit 88cda20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/codehaus/plexus/components/io/attributes/PlexusIoResourceAttributeUtilsTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void testGetAttributesForThisTestClass()
6767
assertEquals( System.getProperty( "user.name" ), fileAttrs.getUserName() );
6868
}
6969

70-
public void testFolder()
70+
public void testDirectory()
7171
throws IOException, CommandLineException {
7272

7373
if (Os.isFamily( Os.FAMILY_WINDOWS )){

0 commit comments

Comments
 (0)