Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Repositories.Tests/WorkflowNhTests.cs @ 288:a6037c6c88d8
Se soluciona bug #198 Bug: Summary incorrecto en Google Calendar.
Se parametriza la hora en el mensaje.
author | user@MECHUQUE |
---|---|
date | Mon, 30 Jan 2012 01:52:47 -0300 |
parents | 68b09c30b0d2 |
children |
line wrap: on
line source
using Agendas.Repositories.Tests.Infraestructure; using NUnit.Framework; namespace Agendas.Repositories.Tests { [TestFixture] public class WorkflowNhTests : WorkflowTests<NhInfraestrutureFactory> { [SetUp] public void BorrarRepositorios() { NhHelperTest.CleanDb(); } } }