summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs')
-rw-r--r--src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs b/src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs
index 2ad2960..89ec02a 100644
--- a/src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs
+++ b/src/DotNetOpenId.Test/UI/IdentityEndpointTest.cs
@@ -17,7 +17,7 @@ namespace DotNetOpenId.Test.UI {
TestSupport.Scenarios scenario = TestSupport.Scenarios.AutoApproval;
Identifier identityUrl = TestSupport.GetIdentityUrl(scenario, version);
string html = UITestSupport.Host.ProcessRequest(identityUrl);
- Trace.TraceInformation("{0} response:{1}{2}", identityUrl, Environment.NewLine, html);
+ TestSupport.Logger.InfoFormat("{0} response:{1}{2}", identityUrl, Environment.NewLine, html);
Assert.IsTrue(Regex.IsMatch(html, string.Format(CultureInfo.InvariantCulture,
@"\<link rel=""{1}"" href=""http://[^/]+/{0}""\>\</link\>",
Regex.Escape(TestSupport.ProviderPage),