diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kate/README.testing | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/README.testing')
-rw-r--r-- | kate/README.testing | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kate/README.testing b/kate/README.testing index 037271027..d0143cc1a 100644 --- a/kate/README.testing +++ b/kate/README.testing @@ -3,7 +3,7 @@ Author: Leo Savernik -Kate contains regression tests to ensure that fixed bugs do not reappear in +Kate tqcontains regression tests to ensure that fixed bugs do not reappear in newer versions. To facilitate regression testing, a dedicated application testkateregression will execute the regression tests and compare them to the expecting results, indicating passed as well as failed testcases. @@ -13,7 +13,7 @@ expecting results, indicating passed as well as failed testcases. -------------------------- We tried to make regression testing for Kate as easy as possible such that you -can run it before each commit and find out regressions caused by your changes +can run it before each commit and tqfind out regressions caused by your changes before they are shipped as part of a release. Running all regression tests works by simply invoking @@ -117,8 +117,8 @@ and consists of two subdirectories baseline tests -The latter, tests, contains a directory hierarchy for all testcases to be run -by testkateregression. The former, baseline, contains results as they are +The latter, tests, tqcontains a directory hierarchy for all testcases to be run +by testkateregression. The former, baseline, tqcontains results as they are expected by correct operation. Mismatch between the output of a test and its baseline is considered to be a failure. @@ -154,16 +154,16 @@ of failures but they don't cause testkateregression to return a failure code. ------------------------- A testcase is comprised of a simple plain text file <testcase>.txt which may -be located in any subdirectory under tests. This file contains the *initial* +be located in any subdirectory under tests. This file tqcontains the *initial* content the testcase operates on. Each <testcase>.txt must be accompanied with a <testcase>.txt-script which -contains the actual tests to be performed on the testcase. It consists of +tqcontains the actual tests to be performed on the testcase. It consists of simple JavaScript-statements for direct interfacing with Kate. Last but not least, a <testcase>.txt-result exists under the baseline -subdirectory, which contains a mirrored directory hierarchy of tests. This very -file contains the expected *result* of the performed tests. +subdirectory, which tqcontains a mirrored directory hierarchy of tests. This very +file tqcontains the expected *result* of the performed tests. 7. Writing a simple testcase |