<div dir="ltr">Thanks for your valuable reply.Meantime I was also able to find out the way to run test cases. :)<div>@Markus: Nothing special reason to choose this test case actually I randomly selected calc module for trying execution of test case.</div>
<div><br></div><div style>I have one question : As sc directory contains test cases for calc can I use these test cases if I want to test similar functionality in writer? if yes then what type of changes are required.</div>
<div style><br></div><div style>Thanks,<br></div><div style>Tushar</div>
<div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 20, 2013 at 9:54 PM, Markus Mohrhard <span dir="ltr"><<a href="mailto:markus.mohrhard@googlemail.com" target="_blank">markus.mohrhard@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">2013/9/20 Stephan Bergmann <span dir="ltr"><<a href="mailto:sbergman@redhat.com" target="_blank">sbergman@redhat.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 09/10/2013 01:50 PM, Tushar wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
I was trying to run some unit test cases in Libreoffice code to take an<br>
example<br>
core/sc/qa/extras/regression-<u></u>test.cxx in a following manner :<br>
<br></div>
/make -rf CppunitTest_sc_chart_<u></u><a href="http://regression_test.mk" target="_blank">regression_test.mk</a><br>
qa/extras/<a href="http://regression-test.cx" target="_blank">regression-test.cx</a> <<a href="http://regression-test.cx" target="_blank">http://regression-test.cx</a>>/x<br>
<br>
however it is giving _make: Nothing to be done for<br>
`qa/extras/regression-test.<u></u>cxx'._<br>
</blockquote>
<br>
sc/CppunitTest_sc_chart_<u></u><a href="http://regression_test.mk" target="_blank">regression_test.mk</a> is special in that it is commented out in sc/Module_sc.mk since <<a href="http://cgit.freedesktop.org/libreoffice/core/commit/?id=782c3ccb3bc608a24483a64ae6bbaebcd917ce0d" target="_blank">http://cgit.freedesktop.org/<u></u>libreoffice/core/commit/?id=<u></u>782c3ccb3bc608a24483a64ae6bbae<u></u>bcd917ce0d</a>> "disable chart test for now." If it were not, the way to run that test would be "make CppunitTest_sc_chart_<u></u>regression_test" (optionally preceded by "cd sc" for faster turnaround).<br>
<br>
Moggi, is disabling that test still relevant?<span><font color="#888888"><br>
<br>
<br></font></span></blockquote><div><br></div></div></div><div>Yes. This test shows that we have a serious problem in charts where they are rendered differently on different platforms. We had up to 15% of size differences in the different XShape objects between different machines.<br>
<br></div><div>Sadly I don't have enough time to look into it but consider this test a viable part of improving chart when someone has time to fix the underlying problems.<br><br></div><div>Tushar, any special reason why you picked just this tet?<br>
<br></div><div>Regards,<br>Markus<br></div></div><br></div></div>
</blockquote></div><br></div>