Thanks for your valuable reply.Meantime I was also able to find out the way to run test cases. :) @Markus: Nothing special reason to choose this test case actually I randomly selected calc module for trying execution of test case.
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. Thanks, Tushar On Fri, Sep 20, 2013 at 9:54 PM, Markus Mohrhard < [email protected]> wrote: > > > > 2013/9/20 Stephan Bergmann <[email protected]> > >> On 09/10/2013 01:50 PM, Tushar wrote: >> >>> I was trying to run some unit test cases in Libreoffice code to take an >>> example >>> core/sc/qa/extras/regression-**test.cxx in a following manner : >>> >>> /make -rf CppunitTest_sc_chart_**regression_test.mk >>> qa/extras/regression-test.cx <http://regression-test.cx>/x >>> >>> however it is giving _make: Nothing to be done for >>> `qa/extras/regression-test.**cxx'._ >>> >> >> sc/CppunitTest_sc_chart_**regression_test.mk is special in that it is >> commented out in sc/Module_sc.mk since <http://cgit.freedesktop.org/** >> libreoffice/core/commit/?id=**782c3ccb3bc608a24483a64ae6bbae**bcd917ce0d<http://cgit.freedesktop.org/libreoffice/core/commit/?id=782c3ccb3bc608a24483a64ae6bbaebcd917ce0d>> >> "disable chart test for now." If it were not, the way to run that test >> would be "make CppunitTest_sc_chart_**regression_test" (optionally >> preceded by "cd sc" for faster turnaround). >> >> Moggi, is disabling that test still relevant? >> >> >> > 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. > > 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. > > Tushar, any special reason why you picked just this tet? > > Regards, > Markus > >
_______________________________________________ List Name: Libreoffice-qa mailing list Mail address: [email protected] Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
