Skip to content

Commit

Permalink
improved test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
blushingpenguin committed Apr 12, 2018
1 parent 556442c commit 8612a6b
Show file tree
Hide file tree
Showing 10 changed files with 2,468 additions and 168 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,6 @@ NDependOut

#ReadTheDocs
docs/_build
docs/.vscode
docs/.vscode
/opencovertests.xml
/GeneratedReports
2 changes: 1 addition & 1 deletion Sustainsys.Saml2/Metadata/MetadataLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static MetadataBase Load(
break;
ms.Write(buf, 0, read);
}
System.Diagnostics.Debug.WriteLine(Encoding.UTF8.GetString(ms.ToArray()));
// System.Diagnostics.Debug.WriteLine(Encoding.UTF8.GetString(ms.ToArray()));
ms.Position = 0;
var reader = XmlDictionaryReader.CreateTextReader(
ms,
Expand Down
Loading

0 comments on commit 8612a6b

Please sign in to comment.