Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrud.cs @ 79:8df9db937434
Url de invitación en la UI: validación y persistencia
author | nelopauselli |
---|---|
date | Tue, 24 May 2011 18:08:59 -0300 |
parents | 96d7609f2e08 |
children | c2d98fd6593f |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrud.cs Tue May 24 17:56:20 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrud.cs Tue May 24 18:08:59 2011 -0300 @@ -69,7 +69,7 @@ var otroPonente = new Ponente("José"); _ponenteRepository.Save(otroPonente); - van.Actualizar(otroPonente, new DateTime(2010, 04, 17)); + van.Actualizar(otroPonente, new DateTime(2010, 04, 17), null); _eventoRepository.Update(van); }