diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-21 21:38:41 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-21 21:38:41 -0700 |
commit | f80ac82be5e9432806ce35b7025b007246d74147 (patch) | |
tree | 9e194bfa753d03ea4deb2a02ffcd7f7db35cad0d /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | 2c381fbe2d2598e9549f5646d7bac40e49803760 (diff) | |
download | DotNetOpenAuth-f80ac82be5e9432806ce35b7025b007246d74147.zip DotNetOpenAuth-f80ac82be5e9432806ce35b7025b007246d74147.tar.gz DotNetOpenAuth-f80ac82be5e9432806ce35b7025b007246d74147.tar.bz2 |
Adding the binding elements necessary for basic OAuth functionality.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index dfa7fef..63ad5a2 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -81,7 +81,7 @@ <Compile Include="Mocks\TestSignedDirectedMessage.cs" />
<Compile Include="Mocks\MockSigningBindingElement.cs" />
<Compile Include="Mocks\TestWebRequestHandler.cs" />
- <Compile Include="OAuthChannelTests.cs" />
+ <Compile Include="ChannelElements\OAuthChannelTests.cs" />
<Compile Include="Mocks\TestChannel.cs" />
<Compile Include="Mocks\TestMessage.cs" />
<Compile Include="Mocks\TestMessageTypeProvider.cs" />
|