From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/README.testing | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kate/README.testing') diff --git a/kate/README.testing b/kate/README.testing index d0143cc1a..037271027 100644 --- a/kate/README.testing +++ b/kate/README.testing @@ -3,7 +3,7 @@ Author: Leo Savernik -Kate tqcontains regression tests to ensure that fixed bugs do not reappear in +Kate contains 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 tqfind out regressions caused by your changes +can run it before each commit and find 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, tqcontains a directory hierarchy for all testcases to be run -by testkateregression. The former, baseline, tqcontains results as they are +The latter, tests, contains a directory hierarchy for all testcases to be run +by testkateregression. The former, baseline, contains 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 .txt which may -be located in any subdirectory under tests. This file tqcontains the *initial* +be located in any subdirectory under tests. This file contains the *initial* content the testcase operates on. Each .txt must be accompanied with a .txt-script which -tqcontains the actual tests to be performed on the testcase. It consists of +contains 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 .txt-result exists under the baseline -subdirectory, which tqcontains a mirrored directory hierarchy of tests. This very -file tqcontains the expected *result* of the performed tests. +subdirectory, which contains a mirrored directory hierarchy of tests. This very +file contains the expected *result* of the performed tests. 7. Writing a simple testcase -- cgit v1.2.1