Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Tests/Workflows/WorkflowTests.cs @ 136:462a78196d11
Filtrado de eventos por estado
author | nelopauselli |
---|---|
date | Tue, 26 Jul 2011 14:33:49 -0300 |
parents | 6f1041301797 |
children | 62791999ad01 |
comparison
equal
deleted
inserted
replaced
135:80156ae1493f | 136:462a78196d11 |
---|---|
65 _workflow.ReAgendar(evento.Id); | 65 _workflow.ReAgendar(evento.Id); |
66 | 66 |
67 _publicador.Verify(p => p.Publicar(It.IsAny<IEnumerable<Track>>()), Times.Exactly(4)); | 67 _publicador.Verify(p => p.Publicar(It.IsAny<IEnumerable<Track>>()), Times.Exactly(4)); |
68 } | 68 } |
69 | 69 |
70 [Test, Explicit("Se esta discutiendo este problema en http://www.assembla.com/spaces/altnet-hispano/messages/768408")] | 70 [Test] |
71 public void Proponer_agendar_cancelar_reproponer_agendar_y_confirmar() | 71 public void Proponer_agendar_cancelar_reproponer_agendar_y_confirmar() |
72 { | 72 { |
73 _workflow.Proponer(); | 73 _workflow.Proponer(); |
74 | 74 |
75 _workflow.Agendar(); | 75 _workflow.Agendar(); |