phphatesme / LiveTest

http://livetest.phphatesme.com
MIT License
26 stars 10 forks source link

Dependency of TestCases #94

Closed mikelohmann closed 13 years ago

mikelohmann commented 13 years ago

Reproduce:

Add the first TestCase of testsuite.yml in test/Unit/LiveTest/TestRun/Fixtures/testsuite.yml to the end and the testHandleResultNotification in test/Unit/LiveTest/TestRun/RunTest.php will fail, because the Result's getStatus serves Success instead of Failure (as expected).

Put it at the beginning an it works.

mikelohmann commented 13 years ago

Issue was caused by an error in a TestCaseHelper. Error is fixed.