summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-08-08 16:34:40 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-08-08 16:34:40 -0700
commit96cbcaec96d67236244977b0caeb0ff7ec01b749 (patch)
tree2c513c7fb123d2b9fe3ee5655fa0495343911a83 /src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
parent3fb65cccfa1e35de45b3b42cf0f7867b77dca254 (diff)
downloadDotNetOpenAuth-96cbcaec96d67236244977b0caeb0ff7ec01b749.zip
DotNetOpenAuth-96cbcaec96d67236244977b0caeb0ff7ec01b749.tar.gz
DotNetOpenAuth-96cbcaec96d67236244977b0caeb0ff7ec01b749.tar.bz2
Moved ASP.NET engine initialization in unit tests to just the UI namespace.
Diffstat (limited to 'src/DotNetOpenId.Test/DotNetOpenId.Test.csproj')
-rw-r--r--src/DotNetOpenId.Test/DotNetOpenId.Test.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj b/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
index b95900f..1ec66a4 100644
--- a/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
+++ b/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
@@ -93,6 +93,7 @@
<Compile Include="UI\ProviderEndpointTest.cs" />
<Compile Include="RelyingParty\TokenTest.cs" />
<Compile Include="RealmTestSuite.cs" />
+ <Compile Include="UI\UITestSupport.cs" />
<Compile Include="UI\WebControlTesting.cs" />
<Compile Include="UntrustedWebRequestTests.cs" />
<Compile Include="UriIdentifierTests.cs" />