Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/WorkflowMemoryTests.cs @ 272:33e6ee3d1776
Ticket #181: No twittear eventos pasados. Tests armado, y su corrección. Corrección de otros tests que intentaban twittear con fechas fijas.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 18 Nov 2011 23:09:58 -0300 |
parents | 68b09c30b0d2 |
children | eeca9ddb330a |
line wrap: on
line source
using Agendas.Repositories.Tests.Infraestructure; using AltNetHispano.Agendas.Repositories.Memory; using NUnit.Framework; namespace Agendas.Repositories.Tests { [TestFixture] public class WorkflowMemoryTests : WorkflowTests<MemoryInfraestrutureFactory> { [SetUp] public void BorrarRepositorios() { EventoRepository.Clear(); PersonaRepository.Clear(); } } }