In your C:\Users\<USER>\AppData\Roaming\Macromedia\Flash
Player\#Security\FlashPlayerTrust
create if not exist the file "dev.trust.cfg" and then inside, write the
absolute path to your Mustella tests folder, re-launch the tests and you
should be good.
-Fred
-----Message d'origine-----
From: Mark Kessler
Sent: Saturday, April 20, 2013 1:58 PM
To: Dev@Flex
Subject: Re: git commit: [flex-sdk] - FLEX-33498: Adding new feature for
dataProvider/selectedIndex supporting components. This covers; Grid,
DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar,
ButtonBarBase
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
<jus...@classsoftware.com>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