Robert A Zeh
5095619955
Fixes for XML encoding.
...
This commit fixes the following scenario:
* You have a test that compares strings with embedded control
characters.
* The test fails.
* You are using JUnit tests within TeamCity.
Before this commit, the JUnit report watcher fails on parsing the XML
for two reasons: the control characters are missing a semicolon at the
end, and the XML document doesn't specify that it is XML 1.1.
XML 1.0 --- what we get if we don't specify an XML version --- doesn't support embedding control characters --- see
http://stackoverflow.com/questions/404107/why-are-control-characters-illegal-in-xml
for all of the gory details.
This is based on PR #588 by @mrpi
2016-08-24 09:38:24 -05:00
..
2014-12-11 23:48:11 +00:00
2015-05-19 22:31:57 +01:00
2014-05-29 08:00:20 +01:00
2016-05-12 19:17:55 +01:00
2014-03-17 18:40:58 +00:00
2016-02-29 08:03:48 +00:00
2016-03-14 07:55:00 +00:00
2015-11-04 18:04:15 +00:00
2016-06-09 08:15:57 +01:00
2016-06-08 19:14:54 +01:00
2016-02-29 08:03:48 +00:00
2014-10-21 07:24:30 +01:00
2015-09-29 19:23:06 +01:00
2014-05-20 18:49:28 +01:00
2014-05-28 18:53:01 +01:00
2015-07-01 07:33:27 +01:00
2015-12-09 06:22:15 +00:00
2016-02-25 00:34:09 -08:00
2015-11-18 08:39:21 +00:00
2015-05-19 22:31:57 +01:00
2014-10-21 07:24:30 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2015-11-04 18:04:15 +00:00
2015-09-26 18:12:21 -07:00
2016-02-29 08:03:48 +00:00
2016-03-14 07:55:00 +00:00
2013-07-03 19:14:59 +01:00
2015-08-07 17:28:48 +01:00
2016-04-28 08:11:12 +01:00
2014-05-28 18:53:01 +01:00
2014-06-30 07:33:17 +01:00
2015-11-04 18:04:15 +00:00
2014-12-22 20:10:33 +00:00
2014-12-22 20:10:33 +00:00
2015-08-04 23:11:56 +01:00
2016-01-22 07:59:06 +00:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2014-03-20 14:03:51 +01:00
2012-08-16 18:47:41 +01:00
2015-07-01 07:33:27 +01:00
2015-07-01 07:33:27 +01:00
2013-08-16 19:08:39 +01:00
2015-07-28 18:55:11 +01:00
2015-03-04 07:54:35 +00:00
2015-08-10 07:32:21 +01:00
2015-11-04 18:04:15 +00:00
2015-09-28 01:09:06 -07:00
2015-11-04 18:04:15 +00:00
2015-11-04 18:04:15 +00:00
2015-11-04 18:04:15 +00:00
2016-03-14 19:13:34 +00:00
2015-11-04 18:04:15 +00:00
2015-07-01 07:33:27 +01:00
2014-10-03 08:15:27 +01:00
2015-09-26 18:12:21 -07:00
2016-06-08 19:14:54 +01:00
2015-12-04 10:19:08 +00:00
2014-04-18 08:49:35 +01:00
2015-11-02 06:14:52 +00:00
2014-06-30 07:33:17 +01:00
2014-10-02 19:08:19 +01:00
2014-06-30 07:33:17 +01:00
2015-11-04 18:04:15 +00:00
2015-11-04 18:04:15 +00:00
2016-06-09 19:07:05 +01:00
2016-04-28 08:11:12 +01:00
2016-03-14 07:55:00 +00:00
2014-07-03 08:09:57 +01:00
2015-11-04 18:04:15 +00:00
2014-03-17 18:40:58 +00:00
2014-09-03 19:20:23 +01:00
2015-07-01 07:33:27 +01:00
2015-11-04 18:04:15 +00:00
2015-11-04 18:04:15 +00:00
2014-12-30 18:24:31 +00:00
2015-11-04 18:04:15 +00:00
2016-06-09 19:21:09 +01:00
2015-11-04 18:04:15 +00:00
2016-08-24 09:38:24 -05:00