Fix compilation for service messages tests in 193 branch

This commit is contained in:
Nikolay Krasko
2019-11-23 03:47:07 +03:00
parent 89f26cc89d
commit 13b0054e0a
@@ -75,21 +75,21 @@ COMPLETED FAILURE // jsTest
/**/serviceMessage(TestStarted("my.company.product.MyTest.myTest1", false, null))
/**/serviceMessage(TestFinished("my.company.product.MyTest.myTest1", 1))
/**/serviceMessage(TestStarted("my.company.product.MyTest.myTest2", false, null))
/**/serviceMessage(TestFailed("my.company.product.MyTest.myTest2", null))
/**/serviceMessage(TestFailed("my.company.product.MyTest.myTest2", null as Throwable?))
/**/serviceMessage(TestFinished("my.company.product.MyTest.myTest2", 1))
/**/serviceMessage(TestIgnored("my.company.product.MyTest.myTest3", ""))
/**/serviceMessage(TestSuiteStarted("MyTestNested"))
/**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNested.myTest4", false, null))
/**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNested.myTest4", 1))
/**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNested.myTest5", false, null))
/**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNested.myTest5", null))
/**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNested.myTest5", null as Throwable?))
/**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNested.myTest5", 1))
/**//**/serviceMessage(TestIgnored("my.company.product.MyTest.MyTestNested.myTest6", ""))
/**//**/serviceMessage(TestSuiteStarted("MyTestNestedNested"))
/**//**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNestedNested.myTest7", false, null))
/**//**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNestedNested.myTest7", 1))
/**//**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNestedNested.myTest8", false, null))
/**//**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNestedNested.myTest8", null))
/**//**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNestedNested.myTest8", null as Throwable?))
/**//**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNestedNested.myTest8", 1))
/**//**//**/serviceMessage(TestIgnored("my.company.product.MyTest.MyTestNestedNested.myTest9", ""))
/**//**/serviceMessage(TestSuiteFinished("MyTestNestedNested"))
@@ -100,7 +100,7 @@ COMPLETED FAILURE // jsTest
/**/serviceMessage(TestStarted("my.company.product.MyTest2.myTest10", false, null))
/**/serviceMessage(TestFinished("my.company.product.MyTest2.myTest10", 1))
/**/serviceMessage(TestStarted("my.company.product.MyTest2.myTest11", false, null))
/**/serviceMessage(TestFailed("my.company.product.MyTest2.myTest11", null))
/**/serviceMessage(TestFailed("my.company.product.MyTest2.myTest11", null as Throwable?))
/**/serviceMessage(TestFinished("my.company.product.MyTest2.myTest11", 1))
/**/serviceMessage(TestIgnored("my.company.product.MyTest2.myTest12", ""))
/**/serviceMessage(TestSuiteStarted("MyTest2Nested"))
@@ -163,21 +163,21 @@ COMPLETED FAILURE // iosTest
/**/serviceMessage(TestStarted("my.company.product.MyTest.myTest1", false, null))
/**/serviceMessage(TestFinished("my.company.product.MyTest.myTest1", 1))
/**/serviceMessage(TestStarted("my.company.product.MyTest.myTest2", false, null))
/**/serviceMessage(TestFailed("my.company.product.MyTest.myTest2", null))
/**/serviceMessage(TestFailed("my.company.product.MyTest.myTest2", null as Throwable?))
/**/serviceMessage(TestFinished("my.company.product.MyTest.myTest2", 1))
/**/serviceMessage(TestIgnored("my.company.product.MyTest.myTest3", ""))
/**/serviceMessage(TestSuiteStarted("my.company.product.MyTest.MyTestNested"))
/**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNested.myTest4", false, null))
/**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNested.myTest4", 1))
/**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNested.myTest5", false, null))
/**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNested.myTest5", null))
/**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNested.myTest5", null as Throwable?))
/**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNested.myTest5", 1))
/**//**/serviceMessage(TestIgnored("my.company.product.MyTest.MyTestNested.myTest6", ""))
/**//**/serviceMessage(TestSuiteStarted("my.company.product.MyTest.MyTestNested.MyTestNestedNested"))
/**//**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNestedNested.myTest7", false, null))
/**//**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNestedNested.myTest7", 1))
/**//**//**/serviceMessage(TestStarted("my.company.product.MyTest.MyTestNestedNested.myTest8", false, null))
/**//**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNestedNested.myTest8", null))
/**//**//**/serviceMessage(TestFailed("my.company.product.MyTest.MyTestNestedNested.myTest8", null as Throwable?))
/**//**//**/serviceMessage(TestFinished("my.company.product.MyTest.MyTestNestedNested.myTest8", 1))
/**//**//**/serviceMessage(TestIgnored("my.company.product.MyTest.MyTestNestedNested.myTest9", ""))
/**//**/serviceMessage(TestSuiteFinished("my.company.product.MyTest.MyTestNested.MyTestNestedNested"))