Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/TestBase.cs @ 274:72a96459f910
Ticket #123: Patrocinadores de las vans.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 30 Nov 2011 08:56:01 -0300 |
parents | 5346c0500594 |
children |
comparison
equal
deleted
inserted
replaced
273:a7420f05716a | 274:72a96459f910 |
---|---|
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 { |