1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00

Log integeration testType also

This commit is contained in:
Florian Schmaus 2015-06-10 08:44:47 +02:00
parent 13224a9662
commit d49fadd466

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();