]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Tests/TestsAutorizacion.cs
(no commit message)
[z.facultad/75.10/miklolife.git] / demo / src / Tests / TestsAutorizacion.cs
index 76b8092c4d9832c294f218968f78c1b0457b1ca2..a1a7469070967cde7e534ca320d23e9e57d4c3a1 100644 (file)
@@ -1,5 +1,6 @@
 using System;\r
 using Dominio.Autorizaciones;\r
 using System;\r
 using Dominio.Autorizaciones;\r
+using Controlador;\r
 \r
 namespace Tests\r
 {\r
 \r
 namespace Tests\r
 {\r
@@ -226,6 +227,36 @@ namespace Tests
                                fecha, estado);\r
                }\r
 \r
                                fecha, estado);\r
                }\r
 \r
+               public void TestSeba08_Manual_Guardar()\r
+               {\r
+                       bool exitoso = false;\r
+\r
+                       // 2 de mayo, 12hs\r
+                       DateTime fecha = new DateTime( 2005, 5, 2, 12, 0, 0 );\r
+\r
+                       DateTime fechaSolicitud = new DateTime(2005,5,2, 11, 0, 0);             //2 de mayo, 11hs\r
+                       DateTime fechaResolucion = new DateTime(2005,5,2, 18, 0, 0);    //2 de mayo, 18hs\r
+                       bool aprobada = false;\r
+                       DateTime fechaVencimiento = DateTime.MinValue;  \r
+                       DateTime fechaRealizacion = DateTime.MinValue;  //No realizada\r
+\r
+                       AutorizacionManual am = this.MakeAutorizacionManual( - 1, fechaSolicitud, fechaResolucion, aprobada, \r
+                               fechaRealizacion, fechaVencimiento );\r
+\r
+                       AutorizacionController ac = new AutorizacionController(DateTime.Now);\r
+                       using (ac)\r
+                       {\r
+                               exitoso=ac.guardarAutorizacionManual("mierda", "11-11111111-1" , 69, "observo hepatitis" );\r
+                       }\r
+\r
+\r
+                       \r
+\r
+                       this.MostrarTest( System.Reflection.MethodInfo.GetCurrentMethod().Name, am, exitoso, \r
+                               fecha );\r
+               }\r
+\r
+               \r
                #endregion Tests individuales\r
 \r
                #region Muestra de los tests\r
                #endregion Tests individuales\r
 \r
                #region Muestra de los tests\r