Log integeration testType also

This commit is contained in:
Florian Schmaus 2015-06-10 08:44:47 +02:00
parent 13224a9662
commit d49fadd466
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ public class SmackIntegrationTestFramework {
for (Method testMethod : smackIntegrationTestMethods) {
final String testPrefix = testClass.getSimpleName() + '.'
+ testMethod.getName() + ": ";
+ testMethod.getName() + " (" + testType + "): ";
// Invoke all test methods on the test instance
LOGGER.info(testPrefix + "Start");
long testStart = System.currentTimeMillis();