When running tests that take multiple cycles to complete the test runner stops early. If there is more than one test suite in the project. For instance i have an SQL block I'm testing that takes several calls before it returns results.
Tracked down the source of the bug to FB_CfUnitRunner.RunTestSuiteTests
see the attached diff for the fix.
Diff:
f*ck... I pressed wrong button!
Would you be so kind and re-up the diff?
Thank you so much
Hi,
I'd like to know in which version of CfUnit you have found this bug?
It seems the RC candidate for v1.1.0.0
Diff:
this bug was both in the trunk version of commit 362 and in your branch at that same commit.
Okay!
Would you be so kind and tell me how I can reproduce your issue by using for instance the verifier project or send me some example code in which the issue resides?
Thank you for your understanding.
Aliazzz
did a mash-up of the two example projects. See attached.
Hi,
After some studying on the archive that you sent I found that the code is an older code version with some old flaws.
So to mitigate the problem is easy;
DELETE your current V1.1.0.2 library from your system
Install the following attached project archive.
It contains a fresh v1.0.9.9 CfUnit,
A special version of the verifier with the Multi Cycle Example integrated.
The test result should yield:
I am sorry for any inconvience this might have caused...
With kind regards,
Aliazzz
The problem has been resolved in the daily build