diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-10-27 21:47:12 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-10-27 21:47:12 -0700 |
commit | 07a8ecbc4fc50d11179f7e0b3fadb9f2be430ae5 (patch) | |
tree | ffbf6322e7dd12695ac15adcffb91873a27de765 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | f242e046f2c0c3bd35d0d09e05eea166ded7b71d (diff) | |
download | DotNetOpenAuth-07a8ecbc4fc50d11179f7e0b3fadb9f2be430ae5.zip DotNetOpenAuth-07a8ecbc4fc50d11179f7e0b3fadb9f2be430ae5.tar.gz DotNetOpenAuth-07a8ecbc4fc50d11179f7e0b3fadb9f2be430ae5.tar.bz2 |
FxCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index f21e4dc..84dfb97 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -137,7 +137,7 @@ <Compile Include="Messaging\EnumerableCacheTests.cs" /> <Compile Include="Messaging\ErrorUtilitiesTests.cs" /> <Compile Include="Messaging\MessageSerializerTests.cs" /> - <Compile Include="Messaging\MultiPartPostPartTests.cs" /> + <Compile Include="Messaging\MultipartPostPartTests.cs" /> <Compile Include="Messaging\Reflection\MessageDescriptionTests.cs" /> <Compile Include="Messaging\Reflection\MessageDictionaryTests.cs" /> <Compile Include="Messaging\MessagingTestBase.cs" /> |