@@ -39,7 +39,7 @@ public class FileUtilsCleanSymlinksTestCase {
3939 @ Test
4040 public void testCleanDirWithSymlinkFile () throws Exception {
4141 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
42- // cant create symlinks in windows .
42+ // Can't use "ln" for symlinks on the command line in Windows .
4343 return ;
4444 }
4545
@@ -74,7 +74,7 @@ public void testCleanDirWithSymlinkFile() throws Exception {
7474 @ Test
7575 public void testCleanDirWithASymlinkDir () throws Exception {
7676 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
77- // cant create symlinks in windows .
77+ // Can't use "ln" for symlinks on the command line in Windows .
7878 return ;
7979 }
8080
@@ -109,7 +109,7 @@ public void testCleanDirWithASymlinkDir() throws Exception {
109109 @ Test
110110 public void testCleanDirWithParentSymlinks () throws Exception {
111111 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
112- // cant create symlinks in windows .
112+ // Can't use "ln" for symlinks on the command line in Windows .
113113 return ;
114114 }
115115
@@ -148,7 +148,7 @@ public void testCleanDirWithParentSymlinks() throws Exception {
148148 @ Test
149149 public void testStillClearsIfGivenDirectoryIsASymlink () throws Exception {
150150 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
151- // cant create symlinks in windows .
151+ // Can't use "ln" for symlinks on the command line in Windows .
152152 return ;
153153 }
154154
@@ -170,7 +170,7 @@ public void testStillClearsIfGivenDirectoryIsASymlink() throws Exception {
170170 @ Test
171171 public void testIdentifiesSymlinkDir () throws Exception {
172172 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
173- // cant create symlinks in windows .
173+ // Can't use "ln" for symlinks on the command line in Windows .
174174 return ;
175175 }
176176
@@ -187,7 +187,7 @@ public void testIdentifiesSymlinkDir() throws Exception {
187187 @ Test
188188 public void testIdentifiesSymlinkFile () throws Exception {
189189 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
190- // cant create symlinks in windows .
190+ // Can't use "ln" for symlinks on the command line in Windows .
191191 return ;
192192 }
193193
@@ -204,7 +204,7 @@ public void testIdentifiesSymlinkFile() throws Exception {
204204 @ Test
205205 public void testIdentifiesBrokenSymlinkFile () throws Exception {
206206 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
207- // cant create symlinks in windows .
207+ // Can't use "ln" for symlinks on the command line in Windows .
208208 return ;
209209 }
210210
@@ -224,7 +224,7 @@ public void testIdentifiesBrokenSymlinkFile() throws Exception {
224224 @ Test
225225 public void testCorrectlyIdentifySymlinkWithParentSymLink () throws Exception {
226226 if (System .getProperty ("os.name" ).startsWith ("Win" )) {
227- // cant create symlinks in windows .
227+ // Can't use "ln" for symlinks on the command line in Windows .
228228 return ;
229229 }
230230
0 commit comments