[Carbon-commits] [Carbon-Graphite] svn commit r121758 - trunk/graphite/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core
krishantha at wso2.com
krishantha at wso2.com
Wed Feb 29 08:26:15 PST 2012
Author: krishantha
Date: Wed Feb 29 08:26:15 2012
New Revision: 121758
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=121758
Log:
cleanup PlatformTestManager.java
Modified:
trunk/graphite/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core/PlatformTestManager.java
Modified: trunk/graphite/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core/PlatformTestManager.java
URL: http://wso2.org/svn/browse/wso2/trunk/graphite/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core/PlatformTestManager.java?rev=121758&r1=121757&r2=121758&view=diff
==============================================================================
--- trunk/graphite/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core/PlatformTestManager.java (original)
+++ trunk/graphite/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core/PlatformTestManager.java Wed Feb 29 08:26:15 2012
@@ -21,9 +21,7 @@
* @see org.testng.ITestResult#STARTED
*/
public void onTestStart(ITestResult result) {
-
- log.info("On test start");
- log.info(result.getTestClass().getName() +"#######"+result.getMethod().getMethodName());
+ log.info("Running the test method " + result.getMethod().getMethodName());
}
/**
@@ -35,7 +33,6 @@
public void onTestSuccess(ITestResult result) {
//To change body of implemented methods use File | Settings | File Templates.
log.info("On test success..");
-
}
/**
More information about the Carbon-commits
mailing list