I thought I had, I ran them and was just looking for the success messages
at the end. I'm still trouble shooting my mustella tests. They go through
the motions of running but after it returns with success it says
=====================================================
Passes: 0
Fails: 0
=====================================================
=====================================================
=====================================================
Passed:
=====================================================
=====================================================
Failed:
=====================================================
=====================================================
Passes: 0
Fails: 0
=====================================================
I have this issue to resolve. It would be nice if it would dump the error
messages into the results file to rather than having to redirect the output
to a separate file and sift through it.
[java] java.io.IOException: Cannot run program
"D:\PortableApps\FlashPlayer
Debugger" (in directory
"D:\PortableApps\Flex\mustella\tests\components\DataGrid
\DataGrid_WireframeSkin\SWFs"): CreateProcess error=5, Access is denied
On Fri, Apr 19, 2013 at 11:21 PM, Justin Mclean <[email protected]>wrote:
> Hi,
>
> While changes are minimal and mostly additions would be good to run
> mustella tests:
>
> ./mini_run.sh components/DataGrid
>
> Passes with:
>
> [java] =====================================================
> [java] Passes: 1367
> [java] Fails: 0
> [java] =====================================================
>
>
> ./mini_run.sh components/List
> [java] =====================================================
> [java] Passes: 210
> [java] Fails: 0
> [java] =====================================================
> [java]
>
> ./mini_run.sh components/ComboBox
>
> [java] =====================================================
> [java] Passes: 319
> [java] Fails: 0
> [java] =====================================================
> [java]
>
> Thanks,
> Justin