mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 10:02:05 +01:00
Log integeration testType also
This commit is contained in:
parent
13224a9662
commit
d49fadd466
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue