diff --git a/components/fpspreadsheet/tests/spreadtestcli.lpi b/components/fpspreadsheet/tests/spreadtestcli.lpi index 3c7979f92..e4ddd0138 100644 --- a/components/fpspreadsheet/tests/spreadtestcli.lpi +++ b/components/fpspreadsheet/tests/spreadtestcli.lpi @@ -48,15 +48,8 @@ - - - - - - - @@ -76,42 +69,44 @@ - + - - - - - - - + + + + + + + + + @@ -123,18 +118,13 @@ + - - - - - - diff --git a/components/fpspreadsheet/tests/spreadtestcli.lpr b/components/fpspreadsheet/tests/spreadtestcli.lpr index e3221f766..e5a8529d2 100644 --- a/components/fpspreadsheet/tests/spreadtestcli.lpr +++ b/components/fpspreadsheet/tests/spreadtestcli.lpr @@ -9,8 +9,12 @@ uses xmltestreport {used to get results into XML format}, testregistry, testdbwriter {used to get results into db}, + + {the actual tests} datetests, manualtests, numberstests, stringtests, internaltests, - testsutility, testutils, formattests {the actual tests}; + testsutility, testutils, formattests, + colortests, fonttests, optiontests, numformatparsertests, formulatests, + emptycelltests, errortests, virtualmodetests; const ShortOpts = 'ac:dhlpr:x';