diff options
| author | Caio Ariede <caio.ariede@gmail.com> | 2019-05-22 10:31:46 -0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-24 07:29:42 +0200 |
| commit | 753b67c58de8021487af7cafa4241e8326aa5508 (patch) | |
| tree | 35e60f50168c7255763d39902ce1c4b7aff7016c /docs | |
| parent | 4fb9e7b057507dda1bccd969871ae350f6c68fef (diff) | |
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index dd96981504..ad31c0bb9f 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1645,8 +1645,8 @@ your test suite. syntax differences. When invalid XML is passed in any parameter, an ``AssertionError`` is always raised, even if both string are identical. - XML declaration and comments are ignored. Only the root element and its - children are compared. + XML declaration, document type, and comments are ignored. Only the root + element and its children are compared. Output in case of error can be customized with the ``msg`` argument. |
