diff options
Diffstat (limited to 'src/DotNetOpenId.Test/UI/OpenIdTextBoxTest.cs')
-rw-r--r-- | src/DotNetOpenId.Test/UI/OpenIdTextBoxTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenId.Test/UI/OpenIdTextBoxTest.cs b/src/DotNetOpenId.Test/UI/OpenIdTextBoxTest.cs index 6d5d703..4012a05 100644 --- a/src/DotNetOpenId.Test/UI/OpenIdTextBoxTest.cs +++ b/src/DotNetOpenId.Test/UI/OpenIdTextBoxTest.cs @@ -10,7 +10,7 @@ namespace DotNetOpenId.Test.UI { public class OpenIdTextBoxTest {
[Test]
public void TextBoxAppears() {
- string html = TestSupport.Host.ProcessRequest(TestSupport.ConsumerPage);
+ string html = UITestSupport.Host.ProcessRequest(TestSupport.ConsumerPage);
Assert.IsTrue(html.Contains("<input "));
}
}
|