Commit Graph

35 Commits

Author SHA1 Message Date
vincents
61d35b321a fpcunit gui testrunner: cleanup
* use StartTime from TestResult
* formatting: testResult -> TestResult

git-svn-id: trunk@27873 -
2010-10-26 07:56:39 +00:00
vincents
fa11cf2dab fpc unit gui testrunner: update progressbar before starting all tests, so that progres is cleared/shown before the first test has been finished.
git-svn-id: trunk@27871 -
2010-10-26 07:40:14 +00:00
vincents
4b2a2eca8a fpcunit gui test runner: improved painting progres text in progresbar, now uses transparent background.
git-svn-id: trunk@27859 -
2010-10-25 17:37:53 +00:00
sekelsenmat
8d4edbc7fc Removes the excessive amount of anchors in the gui test runner form
git-svn-id: trunk@27853 -
2010-10-25 11:21:02 +00:00
vincents
ad33a9072d fpcunit gui testrunner: only show first line of exceptionmessage in treeview.
git-svn-id: trunk@27807 -
2010-10-22 10:35:01 +00:00
maxim
7871499e11 FPCUnit:
1) Improved GUI test runner localization. Patch from Marcelo B Paula, part of bug #16540.
  2) Updated translations: Portuguese (from Marcelo B Paula) and Russian.

git-svn-id: trunk@25593 -
2010-05-23 23:40:29 +00:00
maxim
5302348b04 FPCUnit:
1) localized GUI test runner. Patch from Marcelo B Paula with some corrections. Part of bug #16484.
  2) Added GUI test runner translations: Portuguese (from Marcelo B Paula) and Russian.

git-svn-id: trunk@25466 -
2010-05-16 15:31:45 +00:00
paul
1088982d5b fpcunit: fix range check errors
git-svn-id: trunk@24810 -
2010-04-22 02:06:44 +00:00
paul
44a75bfae5 fpcunit: convert forms to use fpc resources
git-svn-id: trunk@23464 -
2010-01-15 03:11:12 +00:00
paul
4bd228a50a components: remove ver2_0 code
git-svn-id: trunk@23396 -
2010-01-06 18:02:16 +00:00
mattias
5c9e4e53f0 examples fixed compilation
git-svn-id: trunk@16245 -
2008-08-25 23:06:16 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
vincents
038458d75d fpcunit gui runner: disabled run buttons during test run, fixes #8761
git-svn-id: trunk@11259 -
2007-06-01 21:59:45 +00:00
vincents
11ec1c7a2e fpcunit test runners: less output on the console fro Graeme.
git-svn-id: trunk@11221 -
2007-05-29 20:20:07 +00:00
vincents
57f2e517ab fpcunit guirunner: use new xml reporter for fpc 2.1 and higher from Graeme
git-svn-id: trunk@10817 -
2007-03-28 08:17:33 +00:00
vincents
13689073c2 added support for ITestListener.StartTestSuite and EndTestSuite from Graeme
git-svn-id: trunk@10220 -
2006-11-20 11:04:19 +00:00
vincents
fc991cb7d5 fpcunit gui runner: patch from Darius
- added save XML to file option
- replaced speedbuttons by toolbar with buttons
- moved progressbar to top panel
- removed some redundant images (like checked / unchecked images)

git-svn-id: trunk@10048 -
2006-10-09 08:45:33 +00:00
vincents
1439364b64 fpcunit gui testrunner: added checkboxes to create adhoc test suites from Dean Zobec
git-svn-id: trunk@9957 -
2006-09-21 11:27:16 +00:00
vincents
3564d63adb fpcunit gui: use TXMLResultWriter to support time results from Graeme
git-svn-id: trunk@9944 -
2006-09-20 11:56:39 +00:00
vincents
87ef409de2 + added support for PlainText result writer from Darius
- removed xmlreporter unit, now part of the FCL
* console testrunner doesn't need the LCL

git-svn-id: trunk@9723 -
2006-08-16 14:09:55 +00:00
mattias
0e5b994c9f added XML test listener, GUI Runner tree now scrolls while tests get run, Synedit XML Highlighter from Darius and Graeme
git-svn-id: trunk@9516 -
2006-06-28 17:40:41 +00:00
mattias
2ae268c57c fpcunit: feedback and progress animation during testing from Graeme
git-svn-id: trunk@9302 -
2006-05-18 07:45:28 +00:00
vincents
a3a98f7ca6 fixed compilation
git-svn-id: trunk@7655 -
2005-09-09 19:23:58 +00:00
mattias
addc4cc25a implemented adding multiple files in image list editor from Martin Smat
git-svn-id: trunk@7623 -
2005-09-04 08:46:52 +00:00
mattias
7635fa3ea2 fixed compilation from Stephen
git-svn-id: trunk@7622 -
2005-09-04 08:16:37 +00:00
vincents
1064272122 removed ifdef ver1 from Martin Smat
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
vincents
e4204011e9 fixed painting test icon green before run from Dean
git-svn-id: trunk@7211 -
2005-05-28 20:49:18 +00:00
vincents
9660bee67f added dialog for choosing testcase name from Dean
git-svn-id: trunk@7131 -
2005-05-03 07:56:14 +00:00
vincents
7647c18145 support testdecorator and FailedMethodName
git-svn-id: trunk@7103 -
2005-04-25 21:16:25 +00:00
vincents
6a5cde3f90 added a log and timing for tests from Dean
git-svn-id: trunk@6875 -
2005-03-02 14:11:58 +00:00
vincents
c51d77ed1f show treenodes of not run tests and clean up from Dean
git-svn-id: trunk@6778 -
2005-02-11 07:50:27 +00:00
vincents
7f1e74218c user can select tests in treeview from Dean
git-svn-id: trunk@6723 -
2005-02-03 11:57:13 +00:00
vincents
439830118d added command line parameter for running test at startup from Dean
git-svn-id: trunk@6672 -
2005-01-23 21:31:45 +00:00
vincents
cd48c6349c clean up from Dean Zobec
git-svn-id: trunk@6328 -
2004-12-02 22:53:05 +00:00
vincents
7dd0235a0d added fpcunit test runner and fpcunit test runner ide package
git-svn-id: trunk@6314 -
2004-11-29 11:59:02 +00:00