You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/10/23 01:16:41 UTC

svn commit: r1026523 - /felix/sandbox/rickhall/bnd-test/org.apache.felix.test.framework.bootdelegation/src/org/apache/felix/test/framework/bootdelegation/BootDelegationTest.java

Author: rickhall
Date: Fri Oct 22 23:16:40 2010
New Revision: 1026523

URL: http://svn.apache.org/viewvc?rev=1026523&view=rev
Log:
Remove comment.

Modified:
    felix/sandbox/rickhall/bnd-test/org.apache.felix.test.framework.bootdelegation/src/org/apache/felix/test/framework/bootdelegation/BootDelegationTest.java

Modified: felix/sandbox/rickhall/bnd-test/org.apache.felix.test.framework.bootdelegation/src/org/apache/felix/test/framework/bootdelegation/BootDelegationTest.java
URL: http://svn.apache.org/viewvc/felix/sandbox/rickhall/bnd-test/org.apache.felix.test.framework.bootdelegation/src/org/apache/felix/test/framework/bootdelegation/BootDelegationTest.java?rev=1026523&r1=1026522&r2=1026523&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/org.apache.felix.test.framework.bootdelegation/src/org/apache/felix/test/framework/bootdelegation/BootDelegationTest.java (original)
+++ felix/sandbox/rickhall/bnd-test/org.apache.felix.test.framework.bootdelegation/src/org/apache/felix/test/framework/bootdelegation/BootDelegationTest.java Fri Oct 22 23:16:40 2010
@@ -536,7 +536,7 @@ public class BootDelegationTest extends 
             this.getClass().getClassLoader(),
             new Class[] { Hello.class },
             ih);
-//        for (int i = 0; i < 10000; i++)
+        for (int i = 0; i < 20; i++)
         {
             hello.sayHello();
         }