Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Repositories.Tests/Agendas.Repositories.Tests.csproj @ 287:eeca9ddb330a
BUG: Los Patrocinadores quedaban asociados a un único evento. Se armó un test que lo demuestra y se modificó el modelo de la base de datos.
author | juanjose.montesdeocaarbos |
---|---|
date | Mon, 02 Jan 2012 19:44:41 -0300 |
parents | 72a96459f910 |
children | 9bc60d166c8a |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Repositories.Tests/Agendas.Repositories.Tests.csproj Mon Jan 02 15:51:19 2012 -0300 +++ b/Agendas/trunk/src/Agendas.Repositories.Tests/Agendas.Repositories.Tests.csproj Mon Jan 02 19:44:41 2012 -0300 @@ -69,6 +69,9 @@ <Compile Include="PatrocinadorCrud.cs" /> <Compile Include="PatrocinadorCrudMemoryTests.cs" /> <Compile Include="PatrocinadorCrudNhTests.cs" /> + <Compile Include="PatrocinadorEventoMemoryTests.cs" /> + <Compile Include="PatrocinadorEventoNhTests.cs" /> + <Compile Include="PatrocinadorEventoTests.cs" /> <Compile Include="PersonaCrud.cs" /> <Compile Include="PersonaCrudMemoryTests.cs" /> <Compile Include="PersonaCrudNhTests.cs" />