summaryrefslogtreecommitdiff
path: root/testing/index.html
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2009-12-30 07:48:49 +0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-30 11:51:29 -0800
commit7c5acf8660ddfce4746152e03749b699532f513f (patch)
tree3542639833cbf6b00a84ff606e592faa3ca7d332 /testing/index.html
parent17fb7ead4b901f10c01c0824f594d91775b012b3 (diff)
downloadopenocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.gz
openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.bz2
openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.xz
openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.zip
whitespace cleanup, mostly for docs
Remove useless space/tab at end of lines. Remove spaces in indentation and replace with tab. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'testing/index.html')
-rw-r--r--testing/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/index.html b/testing/index.html
index 7e5fcb03..af3ce934 100644
--- a/testing/index.html
+++ b/testing/index.html
@@ -7,7 +7,7 @@
A release test must be done on code committed to git.
Commit, then test. That way one can know for sure *what* code was actually tested.
<p>
- Note that this testing document does not have anything to do with testing that is done
+ Note that this testing document does not have anything to do with testing that is done
before committing to git. It is a test document for released code. Pre-commit testing
is done mostly by the developer who has written the change. Sometimes code is committed
to synchronize work, even if it has known problems. Release testing is
@@ -16,7 +16,7 @@
and test setup. Also the testing will take place over an extended period of time.
<p>
All of the above makes it imperative that there can be no doubt about *which* code
- is tested and thus all tests refer to committed code by subversion number.
+ is tested and thus all tests refer to committed code by subversion number.
<h1>Release procedure</h1>
OpenOCD mainline is work in progress.
Expect it to change daily and to have some quirks.
@@ -35,7 +35,7 @@
<h2>Test cases</h2>
Additionally OpenOCD has test cases that target specific functionality more precisely.
<p>
- A full release test must include both smoketests and unit testing.
+ A full release test must include both smoketests and unit testing.
<p>
<a href="testcases.html">Test cases</a>
</body>