Log success TCK test

This commit is contained in:
Roman Mandeleil 2015-01-06 15:24:35 +02:00
parent 02e7c28ffd
commit 16965b02a2
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ public class GitHubJSONTestSuite {
logger.info(single); logger.info(single);
Assert.assertTrue(result.isEmpty()); Assert.assertTrue(result.isEmpty());
logger.info(" *** Passed: " + testCase.getName());
} }
} }