From: Matthias Maier
Date: Sun, 30 Aug 2015 18:21:02 +0000 (-0500)
Subject: Documentation: Fix typos
X-Git-Tag: v8.4.0-rc2~519^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee119e40de38de7e838f745aab1da612825e995;p=dealii.git
Documentation: Fix typos
---
diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html
index ee8b890afc..b86950b14a 100644
--- a/doc/developers/testsuite.html
+++ b/doc/developers/testsuite.html
@@ -527,9 +527,13 @@ category/test.binary.output
Tests with multiple comparison files
Sometimes it is necessary to provide multiple comparison files for a
- single test. Additional comparison files have the same path as the
- main comparison file (in this case test.output
) followed
- by a dot and a variant description:
+ single test, for example because you want to test code on multiple
+ platforms that produce different output files that, nonetheless, all
+ should be considered correct. An example would be tests that use the
+ rand()
function that is implemented differently on
+ different platforms. Additional comparison files have the same path
+ as the main comparison file (in this case test.output
)
+ followed by a dot and a variant description:
category/test.output
category/test.output.2
@@ -547,7 +551,7 @@ category/test.output.4
- make the test more robust such that differences can be
expressed in round-off errors detectable by numdiff.
-
- restrict comparison files to specific feature versions
+
- restrict comparison files to specific
versions of an external feature.
diff --git a/doc/news/changes.h b/doc/news/changes.h
index b18892bf27..9aabca9a30 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -39,8 +39,8 @@ inconvenience this causes.
- - Removed: The testsuite does no longer support compiler constraints
- of the form
".compiler=[NAME]...
.
+ - Removed: The testsuite no longer supports compiler constraints of
+ the form "
.compiler=[NAME]...
".
(Matthias Maier, 2015/08/21)