Skip to content

Commit

Permalink
Fixed tests that broke due to log message names being changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mafurman committed Aug 15, 2018
1 parent 22f75b5 commit 55db027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static TheoryData<DelegatingXmlDictionaryReaderTheoryData> ReadXmlTheoryD
new DelegatingXmlDictionaryReaderTheoryData
{
DelegatingReader = new DelegatingXmlDictionaryReaderPublic(),
ExpectedException = ExpectedException.InvalidOperationException("IDX14208:"),
ExpectedException = ExpectedException.InvalidOperationException("IDX30027:"),
First = true,
TestId = "InnerReader-Null"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static TheoryData<DelegatingXmlDictionaryWriterTheoryData> WriteXmlTheory
new DelegatingXmlDictionaryWriterTheoryData
{
DelegatingWriter = new DelegatingXmlDictionaryWriterPublic(),
ExpectedException = ExpectedException.InvalidOperationException("IDX14209:"),
ExpectedException = ExpectedException.InvalidOperationException("IDX30028:"),
First = true,
TestId = "InnerWriter-Null"
},
Expand Down

0 comments on commit 55db027

Please sign in to comment.