From bf38e66d78829eb031423ae6daf83177878fbcf3 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Thu, 18 Sep 2014 18:45:16 +0000 Subject: [PATCH] fpspreadsheet: Add missing units to spreadtestcli test suite. Now 642 tests both in cli and gui versions. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3579 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../fpspreadsheet/tests/spreadtestcli.lpi | 32 +++++++------------ .../fpspreadsheet/tests/spreadtestcli.lpr | 6 +++- 2 files changed, 16 insertions(+), 22 deletions(-) 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';