Fix testNativeTests, add missing system-out to expected test outputs

This commit is contained in:
Sergey Igushkin
2019-04-26 18:51:25 +03:00
parent 9d7c5213df
commit 4848911e6d
@@ -4,7 +4,8 @@
<properties/>
<testcase name="fooTest" classname="org.foo.test.TestKt" time="..."/>
<testcase name="barTest" classname="org.foo.test.TestKt" time="..."/>
<system-out/>
<system-out><![CDATA[Foo call
Bar call]]></system-out>
<system-err/>
</testsuite>
</results>