Do not remove resource messages in Xml tests (#81463)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Wed, 1 Feb 2023 21:28:09 +0000 (06:28 +0900)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2023 21:28:09 +0000 (06:28 +0900)
commit99f5495b1a4a537e2188b5dae8e366129da88820
tree00c8e4f11a95b96ce54aa9c3b8b102280475fb9c
parent047900cdb3a89b941d084271b161ad199de5307b
Do not remove resource messages in Xml tests (#81463)

Addresses first bullet of #81455.

Addresses 211 test failures to the tune of:

```
[FAIL] System.Xml.XmlSchemaValidatorApiTests.TCValidateWhitespace_String.WhitespaceInsideElement
System.Xml.Tests.VerifyException : GetManifestResourceStream() failed
   at System.Xml.Tests.ExceptionVerifier..ctor(String assemblyName, ExceptionVerificationFlags flags, ITestOutputHelper output) + 0x4c9
   at System.Xml.XmlSchemaValidatorApiTests.TCValidateWhitespace_String..ctor(ITestOutputHelper output) + 0x48
```
src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj
src/libraries/System.Private.Xml/tests/default.rd.xml [new file with mode: 0644]