diff Agendas/trunk/src/Agendas.Twitter.Tests/Recordatorios_tests.cs @ 235:c61954d24c8c

Quitando ponente principal y utilizando siempre la lista de ponentes
author nelopauselli
date Tue, 04 Oct 2011 20:42:35 -0300
parents c4c60e034103
children 72a96459f910
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Twitter.Tests/Recordatorios_tests.cs	Wed Sep 28 20:02:44 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Twitter.Tests/Recordatorios_tests.cs	Tue Oct 04 20:42:35 2011 -0300
@@ -20,7 +20,7 @@
 			DefaultPersonaRepository.Save(ponente);
 
 			DateTime inicio=DateTime.Today.AddDays(7).AddHours(18);
-			var resultado = agenda.Agendar("Node.js", ponente.Id, inicio, inicio.AddHours(2), string.Empty, TipoEvento.Van);
+			var resultado = agenda.Agendar("Node.js", new[]{ponente.Id}, inicio, inicio.AddHours(2), string.Empty, TipoEvento.Van);
 
 			Assert.IsTrue(resultado.Succeful);