Skip to content

Commit

Permalink
Rename Configuration/ConfigurationSectionTests to Configuration/Mongo…
Browse files Browse the repository at this point in the history
…ConfigurationSectionTests.
  • Loading branch information
lanwin committed May 25, 2010
1 parent 07ba474 commit 39f48bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/MongoDB.Tests/MongoDB.Tests.csproj
Expand Up @@ -158,7 +158,7 @@
<Compile Include="UnitTests\TestBinary.cs" />
<Compile Include="UnitTests\TestOp.cs" />
<Compile Include="UnitTests\Util\TestJsonUtils.cs" />
<Compile Include="UnitTests\Configuration\ConfigurationSectionTests.cs" />
<Compile Include="UnitTests\Configuration\MongoConfigurationSectionTests.cs" />
<Compile Include="UnitTests\TestMongoSymbol.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
Expand Up @@ -6,7 +6,7 @@
namespace MongoDB.UnitTests.Configuration
{
[TestFixture]
public class ConfigurationSectionTests
public class MongoConfigurationSectionTests
{
private static MongoConfigurationSection ReadFromFile(string name)
{
Expand Down

0 comments on commit 39f48bf

Please sign in to comment.