Hi, I have run the same test group (mx/states/Transitions) on latest develop
branch on Windows 7 / FP 11.8 with the following results:
$ ./mini_run.sh tests/mx/states/Transition > test_trans.txt
[java] =====================================================
[java] Passes: 132
[java] Fails: 0
[java] =====================================================
So I don't get failures either, but there are 132 instead of 125 tests...
??
Maurice
-----Message d'origine-----
De : Justin Mclean [mailto:[email protected]]
Envoyé : dimanche 13 octobre 2013 01:26
À : [email protected]
Objet : Failing mustella tests
Hi,
For this failure:
[java] mx/states/Transition/properties/Transition_autoReverse
Transition_autoReverse_Wipe_Full Failed AssertPropertyValue(body:step 4)
transTemplate.monitor.passed false != true
On OSX I get these results:
./mini_run.sh tests/mx/states/Transition
[java] =====================================================
[java] Passes: 125
[java] Fails: 0
[java] =====================================================
So am I:
1) Not running the correct tests?
2) It's a windows or FP version issue?
Thanks,
Justin