summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.Test/RelyingParty/OpenIdMobileTextBoxTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId.Test/RelyingParty/OpenIdMobileTextBoxTest.cs')
-rw-r--r--src/DotNetOpenId.Test/RelyingParty/OpenIdMobileTextBoxTest.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/DotNetOpenId.Test/RelyingParty/OpenIdMobileTextBoxTest.cs b/src/DotNetOpenId.Test/RelyingParty/OpenIdMobileTextBoxTest.cs
deleted file mode 100644
index 0feea56..0000000
--- a/src/DotNetOpenId.Test/RelyingParty/OpenIdMobileTextBoxTest.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using NUnit.Framework;
-
-namespace DotNetOpenId.Test.RelyingParty {
- [TestFixture]
- public class OpenIdMobileTextBoxTest {
- [Test]
- public void TextBoxAppears() {
- string html = TestSupport.Host.ProcessRequest(TestSupport.MobileConsumerPage);
- Assert.IsTrue(html.Contains("<input "));
- }
- }
-}