Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudMemoryTests.cs @ 140:3639803112c6
Refactoring de la relaciĆ³n entre Evento y Estado
author | nelopauselli |
---|---|
date | Fri, 29 Jul 2011 16:30:53 -0300 |
parents | 2d1adbaf0373 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudMemoryTests.cs Thu Jul 28 10:16:09 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudMemoryTests.cs Fri Jul 29 16:30:53 2011 -0300 @@ -60,5 +60,10 @@ _eventoCrud.Delete(); } + [Test] + public void Workflow() + { + _eventoCrud.Workflow(); + } } } \ No newline at end of file