diff Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.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 5346c0500594
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs	Thu Jul 28 10:16:09 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs	Fri Jul 29 16:30:53 2011 -0300
@@ -65,6 +65,12 @@
 		{
 			_eventoCrud.Delete();
 		}
+		
+		[Test]
+		public void Workflow()
+		{
+			_eventoCrud.Workflow();
+		}
 
 	}
 }
\ No newline at end of file