I've got the same issue when using testRunner from soapUI and from command line (testRunner.bat)
...
13:22:44,369 INFO [SoapUITestCaseRunner] Project [Project_CloneTestCases] finished with status [FAILED] in 4458ms
SoapUI 4.0.0 TestCaseRunner Summary
-----------------------------
Time Taken: 3973ms
Total TestSuites: 1
Total TestCases: 0 (0 failed)
Total TestSteps: 0
Total Request Assertions: 0
Total Failed Assertions: 0
Total Exported Results: 0
Although there are 6 test cases (5 passed, 1 failed). BTW, NO log files at all are created.
The only workaround I've found so far is to save the project after the cloned test cases are created.
The problem is, don't know how to do it during project execution i.e. using script.
The following code doesn't help.
testSuite.project.save()
The correct log appears only if I click File -> Save Project manually.
Any ideas or workarounds for this issue?