Skip to content

Commit

Permalink
Cambio los Test de MSTest a NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliotorrens committed Jan 18, 2012
1 parent 7749abe commit 13a97b6
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 1,193 deletions.
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -29,9 +29,8 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
<Reference Include="MongoDB.Bson">
<HintPath>..\Dependencies\MongoDB.Bson.dll</HintPath>
</Reference>
Expand Down
29 changes: 0 additions & 29 deletions EtoolTech.MongoDB.Mapper.Test/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions EtoolTech.MongoDB.Mapper.Test/App.config

This file was deleted.

18 changes: 0 additions & 18 deletions EtoolTech.MongoDB.Mapper.Test/Classes/Child.cs

This file was deleted.

21 changes: 0 additions & 21 deletions EtoolTech.MongoDB.Mapper.Test/Classes/Country.cs

This file was deleted.

23 changes: 0 additions & 23 deletions EtoolTech.MongoDB.Mapper.Test/Classes/Helper.cs

This file was deleted.

30 changes: 0 additions & 30 deletions EtoolTech.MongoDB.Mapper.Test/Classes/Person.cs

This file was deleted.

17 changes: 0 additions & 17 deletions EtoolTech.MongoDB.Mapper.Test/ConfigTest.cs

This file was deleted.

101 changes: 0 additions & 101 deletions EtoolTech.MongoDB.Mapper.Test/EtoolTech.MongoDB.Mapper.Test.csproj

This file was deleted.

29 changes: 0 additions & 29 deletions EtoolTech.MongoDB.Mapper.Test/EventsTest.cs

This file was deleted.

0 comments on commit 13a97b6

Please sign in to comment.