Hi when runnign mvn install -X - there is a weird output like the tests results arrive before the test run i guess this is related to the fact that the writereport method is after running the test and it logs as "running + name" this should be more clear when the test is run and when the report is generated also as i mentioned in previous post , there should be also positive indication like INFO when tests succeded
for example [DEBUG] commandline: cmd.exe /X /C "rundll32 url.dll,FileProtocolHandler D:\Dev\ccmTrunk\sourcetree\assets\app \client\fl excommon\target\test-classes\TestRunner.swf" [DEBUG] opened server socket [DEBUG] result: 0 [DEBUG] accepting data from client [DEBUG] Recivied data: <testsuite errors="0" failures="0" name="com.mercury.onyx.flexcommon.component.numericrange.Betwe enRangeBasicTest" tests="3" time="0"> <testcase name="testRangeAdded" time="0"/> <testcase name="testRangeWasntAdded" time="0"/> <testcase name="testMinimumOverlapsMaximum" time="0"/> </testsuite> [DEBUG] End test suite [DEBUG] Running com.mercury.onyx.flexcommon.component.numericrange.BetweenRangeBasicTest [DEBUG] <testsuite errors="0" failures="0" name="com.mercury.onyx.flexcommon.component.numericrange.BetweenRangeBasicTes t" tests="3" time="0"> <testcase name="testRangeAdded" time="0"/> <testcase name="testRangeWasntAdded" time="0"/> <testcase name="testMinimumOverlapsMaximum" time="0"/> </testsuite> [DEBUG] end of test [DEBUG] Recivied data: <testsuite errors="0" failures="0" name="com.mercury.onyx.flexcommon.util.ArrayUtilsTest" tests=" 2" time="0"> <testcase name="testConcatArrays" time="0"/> <testcase name="testHardCopyArrayCollection" time="0"/> </testsuite> [DEBUG] End test suite [DEBUG] Running com.mercury.onyx.flexcommon.util.ArrayUtilsTest [DEBUG] <testsuite errors="0" failures="0" name="com.mercury.onyx.flexcommon.util.ArrayUtilsTest" tests="2" time="0"> <testcase name="testConcatArrays" time="0"/> <testcase name="testHardCopyArrayCollection" time="0"/> </testsuite> [DEBUG] end of test [DEBUG] Recivied data: <endOfTestRun/> [DEBUG] End test run [DEBUG] end of test run [DEBUG] Socket buffer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
