<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
> These days I'm having problems with improving the test cases.<br>
> It's not a good idea to run all the tests after improve test for each<br>
> function since it takes much time.<br>
> As well I can't run tests individually without errors again and again.<br>
> (File not found, undefined constant,  undefined variable)<br>
> I cannot find that my tests are correct or not.<br>
<br>
</div>First of all the tests should run standalone as well as part of<br>
testsuite. I see lot of tests fail in both modes, so maybe that's the<br>
reason why it fails for you?<br>
<div class="im"><br>
> Please suggest me some way to get rid of this problem.<br>
> Its very helpful if you can give one example for fixing a failing test in<br>
> PMA_DisplayResults_test.php<br>
<br>
</div>Fix the tests and code to work together :-).<br></blockquote><div> </div><div>Okay I'll try again Michal <br></div></div>