Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-08-28 13:29:46 +0000
committerEike Stepper2012-08-28 13:29:46 +0000
commitff26fa22ff2f59818bbe3281600e93390fd981cb (patch)
treea2030a7553a6fd106f0ce731bf6b14d5568c24f1 /plugins/org.eclipse.emf.cdo.releng.version.tests
parentf222aaa40497f26c78a96aaec099d245b16c0bde (diff)
downloadcdo-ff26fa22ff2f59818bbe3281600e93390fd981cb.tar.gz
cdo-ff26fa22ff2f59818bbe3281600e93390fd981cb.tar.xz
cdo-ff26fa22ff2f59818bbe3281600e93390fd981cb.zip
Add test framework docs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.version.tests')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.version.tests/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.version.tests/README b/plugins/org.eclipse.emf.cdo.releng.version.tests/README
index 9f1ebe7f6a..0012f7c358 100644
--- a/plugins/org.eclipse.emf.cdo.releng.version.tests/README
+++ b/plugins/org.eclipse.emf.cdo.releng.version.tests/README
@@ -73,9 +73,9 @@ Specifying the test cases is an iterative process. It comprises
5) the repetition from 2).
Unfortunately the reflective nature of JUnit prevents the re-execution of selected dynamic test cases.
-In the process of specification a test case it may be handy to execute that specific specific test case
-without the entire suite. This can be achieved by just moving the test case folder from the "tests"
-folder into the "test" folder. Later it should be moved back.
+In the process of specifying a test case it may be handy to execute that specific test case without
+its entire suite. This can be achieved by just moving the test case folder from the "tests" folder
+into the "test" folder. Later it should be moved back.
---

Back to the top