You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/10/26 09:27:24 UTC

svn commit: r1402413 - /incubator/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/relationships/AttrTest.java

Author: ilgrosso
Date: Fri Oct 26 07:27:24 2012
New Revision: 1402413

URL: http://svn.apache.org/viewvc?rev=1402413&view=rev
Log:
Ouch, println inside :-O

Modified:
    incubator/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/relationships/AttrTest.java

Modified: incubator/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/relationships/AttrTest.java
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/relationships/AttrTest.java?rev=1402413&r1=1402412&r2=1402413&view=diff
==============================================================================
--- incubator/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/relationships/AttrTest.java (original)
+++ incubator/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/relationships/AttrTest.java Fri Oct 26 07:27:24 2012
@@ -152,7 +152,6 @@ public class AttrTest extends AbstractTe
         String value = derAttr.getValue(owner.getAttributes());
         assertNotNull(value);
         assertFalse(value.isEmpty());
-        System.out.println("JJJJJJJJJJJJ " + value);
         assertTrue(value.startsWith("user3 - 2010-10-20"));
         assertTrue(value.endsWith("[]"));
     }