Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/TestBase.cs @ 200:5346c0500594 deploy pre 1.0
Pasando a estructura de db fija, ya no se crea automáticamente.
Se comenta lo referente a Patrocinadores que queda para alguna futura versión.
Script para tablas de v1.0
author | nelopauselli |
---|---|
date | Wed, 17 Aug 2011 17:54:45 -0300 |
parents | e6e6bfb1da9e |
children | 72a96459f910 |
comparison
equal
deleted
inserted
replaced
199:39ce09df76dc | 200:5346c0500594 |
---|---|
17 protected static IPersonaRepository DefaultPersonaRepository | 17 protected static IPersonaRepository DefaultPersonaRepository |
18 { | 18 { |
19 get { return new PersonaRepository(); } | 19 get { return new PersonaRepository(); } |
20 } | 20 } |
21 | 21 |
22 protected static IPatrocinadorRepository DefaultPatrocinadorRepository | 22 //protected static IPatrocinadorRepository DefaultPatrocinadorRepository |
23 { | 23 //{ |
24 get { return new PatrocinadorRepository(); } | 24 // get { return new PatrocinadorRepository(); } |
25 } | 25 //} |
26 | 26 |
27 [SetUp] | 27 [SetUp] |
28 public void LimpiarEventos() | 28 public void LimpiarEventos() |
29 { | 29 { |
30 EventoRepository.Clear(); | 30 EventoRepository.Clear(); |
31 } | 31 } |
32 | 32 |
33 [SetUp] | 33 [SetUp] |
34 public void PatrocinadoresEventos() | 34 public void PatrocinadoresEventos() |
35 { | 35 { |
36 PatrocinadorRepository.Clear(); | 36 //PatrocinadorRepository.Clear(); |
37 } | 37 } |
38 | 38 |
39 [SetUp] | 39 [SetUp] |
40 public void LimpiarPonentes() | 40 public void LimpiarPonentes() |
41 { | 41 { |