Commit Graph

41 Commits

Author SHA1 Message Date
vincents
3cfc2df7f8 tests: cleanup
git-svn-id: trunk@13615 -
2008-01-04 11:38:12 +00:00
vincents
592bf0f82d tests: added tests to compile lpk files in the components and example directories
git-svn-id: trunk@13506 -
2007-12-28 14:54:07 +00:00
vincents
3020743028 tests: fixed expectation, probably changed during the autosize improvements
git-svn-id: trunk@12745 -
2007-11-05 12:16:17 +00:00
vincents
b5c463103f test: add codetools examples to the test suite for compilation
git-svn-id: trunk@11030 -
2007-04-29 13:00:06 +00:00
vincents
38ea67c89e test: fixed compilation of the examples on win64
git-svn-id: trunk@10979 -
2007-04-19 20:56:54 +00:00
vincents
e79be8cf20 tests: fixed running tests on win64
git-svn-id: trunk@10977 -
2007-04-19 20:51:11 +00:00
vincents
1da43347c6 LCL: fixed range errors
git-svn-id: trunk@10882 -
2007-04-05 12:40:39 +00:00
vincents
c094754b4c LCL: fixed TComboBox.SelText (bug #8450) based on patch by Tom
git-svn-id: trunk@10848 -
2007-04-02 09:45:39 +00:00
vincents
552f04a7e1 fixed unit path of console test runner
git-svn-id: trunk@10716 -
2007-03-07 22:19:54 +00:00
vincents
6d5981f315 test: added test for FileUtil.FileIsExecutable
git-svn-id: trunk@10715 -
2007-03-07 21:56:22 +00:00
vincents
7127d2d4d0 test: made test program for 8437 suitable for automated testing
git-svn-id: trunk@10713 -
2007-03-06 22:29:27 +00:00
marc
bd072c89f7 * test project by Paul Ishenin
git-svn-id: trunk@10711 -
2007-03-06 00:06:32 +00:00
vincents
6cb5107662 LCL: use CompareValue for comparing MapIDs to prevent overflow (bug #8432)
git-svn-id: trunk@10703 -
2007-03-02 15:39:03 +00:00
vincents
a875d9bf42 test: more verbose in case of failure
git-svn-id: trunk@10629 -
2007-02-12 20:56:11 +00:00
vincents
34290cff1b added testcase for bug #822
git-svn-id: trunk@10619 -
2007-02-10 13:00:57 +00:00
vincents
ff7a9a5c84 lcl: checkbox and radiobutton have ParentColor is true by default (bug #8284)
git-svn-id: trunk@10614 -
2007-02-08 22:43:23 +00:00
vincents
6d8915d650 fpcunit: console testrunner works with new xmlreportwriter if compiled with fpc 2.1.1
git-svn-id: trunk@10573 -
2007-02-02 23:14:27 +00:00
vincents
aad5b6502d examples: fixed out of the box compilation by adding a global package links
git-svn-id: trunk@10570 -
2007-02-02 14:50:20 +00:00
vincents
7bb39a459a tests: added test projects from lcl\tests to the test suite.
git-svn-id: trunk@10569 -
2007-02-02 13:40:34 +00:00
vincents
fece699695 fpcunit: consoletestrunner returns exitcode 1, if there are errors or failures.
git-svn-id: trunk@10567 -
2007-02-02 09:27:41 +00:00
vincents
68043867eb test: added forgotten file.
git-svn-id: trunk@10561 -
2007-02-01 18:45:50 +00:00
vincents
b9033c3702 tests: seach examples directory recursively for example applications.
git-svn-id: trunk@10560 -
2007-02-01 15:43:43 +00:00
vincents
065a2e596b test: fixed parsing command line options
git-svn-id: trunk@10559 -
2007-02-01 15:07:14 +00:00
vincents
5c89a11221 test: moved bugtestcase to runtest project
git-svn-id: trunk@10558 -
2007-02-01 14:30:50 +00:00
vincents
4296106642 LCL: don't set Edit.Modified if change is made during handle creation (bug #2068)
git-svn-id: trunk@10550 -
2007-01-31 16:01:47 +00:00
vincents
5bee5ec659 LCL: fixed getting TSpinEdit.Caption before the handle has been created (bug #2075)
git-svn-id: trunk@10547 -
2007-01-31 12:22:36 +00:00
vincents
a62c67db39 tests: implemented timeout for running (needs patches for fpc 2.1.1). TestRunner passes --runtest to the tested program
git-svn-id: trunk@10546 -
2007-01-31 12:11:58 +00:00
vincents
d0214c39e6 tests: exclude .svn directory
git-svn-id: trunk@10543 -
2007-01-30 23:35:35 +00:00
vincents
85bf638910 tests: improved searching for test directories
git-svn-id: trunk@10542 -
2007-01-30 23:31:27 +00:00
vincents
2bdbe6f91c tests: added gui test runner for running test projects and first testcase based on a bug report
git-svn-id: trunk@10541 -
2007-01-30 22:45:54 +00:00
vincents
8a29f2f36c fpc unit console runner:
* fixed memleak with long options
+ added stylesheet parameter
+ added example stylesheet
* renamed App to Appliction, so Lazarus can set the Application.Title

git-svn-id: trunk@10183 -
2006-11-10 06:52:18 +00:00
vincents
810d321780 created package for console test runner
git-svn-id: trunk@10089 -
2006-10-17 20:01:34 +00:00
vincents
c71ba019e1 tests: create testrunner unit with a base class for console test runnners, should be moved to fpcunit
git-svn-id: trunk@10083 -
2006-10-16 21:20:21 +00:00
vincents
d07bdfa776 updated russian translations from Maxim Ganetsky
git-svn-id: trunk@10047 -
2006-10-08 11:30:56 +00:00
vincents
8c67e4df5b update Italian translations from Mario
git-svn-id: trunk@10022 -
2006-10-02 08:14:57 +00:00
vincents
ea03a657dc test runner: added writing results to file and showing simple progress
git-svn-id: trunk@9940 -
2006-09-19 14:56:27 +00:00
vincents
c5b91833fc tests: use poNewConsole only on win32
git-svn-id: trunk@9939 -
2006-09-19 14:03:20 +00:00
vincents
9ff0b4344f tests: add --compiler command line parameter for console test runner
git-svn-id: trunk@9938 -
2006-09-19 10:50:51 +00:00
vincents
e91411dce4 tests: added test for running hello example.
git-svn-id: trunk@9858 -
2006-09-10 09:25:54 +00:00
vincents
efba7d557d console test runner: added dependency on LCL for fileutil
git-svn-id: trunk@9853 -
2006-09-09 20:31:58 +00:00
vincents
a887252122 added fpcunit tests that compile the examples
git-svn-id: trunk@9851 -
2006-09-09 20:11:36 +00:00