You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:27:00 UTC

[sling-tooling-scm] 12/27: SLING-2727 - Allow PerformanceRunner to run tests provided by a factory method

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.performance.base-0.0.2
in repository https://gitbox.apache.org/repos/asf/sling-tooling-scm.git

commit 81e762c2b1293edd460e7ca9e9b05a38e3e0bcae
Author: Antonio Sanso <as...@apache.org>
AuthorDate: Tue Dec 17 13:35:56 2013 +0000

    SLING-2727 - Allow PerformanceRunner to run tests provided by a factory method
    
    * removed system output
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/performance/base@1551539 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/performance/FrameworkPerformanceMethod.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/performance/FrameworkPerformanceMethod.java b/src/main/java/org/apache/sling/performance/FrameworkPerformanceMethod.java
index 3532afa..36a0271 100644
--- a/src/main/java/org/apache/sling/performance/FrameworkPerformanceMethod.java
+++ b/src/main/java/org/apache/sling/performance/FrameworkPerformanceMethod.java
@@ -348,7 +348,6 @@ class FrameworkPerformanceMethod extends FrameworkMethod {
 
     @Override
     public String getName() {
-        System.out.println(testCaseName);
         if (testCaseName == null || "".equals(testCaseName.trim())) { return super.getName(); }
         return String.format("%s  [%s.%s]", testCaseName, target.getClass().getSimpleName(),
                 getMethod().getName());

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.