You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/10/28 14:13:15 UTC

svn commit: r1402988 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java

Author: ggregory
Date: Sun Oct 28 13:13:15 2012
New Revision: 1402988

URL: http://svn.apache.org/viewvc?rev=1402988&view=rev
Log:
Remove System.err.println.

Modified:
    commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java

Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java?rev=1402988&r1=1402987&r2=1402988&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java (original)
+++ commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java Sun Oct 28 13:13:15 2012
@@ -122,7 +122,7 @@ public class PermissionsTests extends Ab
         else
         {
             // Set the executable flag
-            System.err.println(file.setReadable(true, true));
+            file.setReadable(true, true);
             Assert.assertTrue(file.isReadable());
 
             // Set the executable flag