]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Main.cs
Incluyo notificacion al sector Pagos en caso que se rechace un archivo por error...
[z.facultad/75.10/miklolife.git] / demo / src / Main.cs
index e1073f7e0eb3f0281d15ed9648fe4c5138e914c3..3a89f71abfda8fcf936e9f06e0db4584fb492966 100644 (file)
@@ -14,11 +14,6 @@ public class App
 
        #region Tests
 
-       /// <summary>\r
-       /// Decide si se corre la demo ó los tests automatizados\r
-       /// </summary>
-       private static bool testing = false;
-
        private static void EjecutarTests()
        {
                Tests.TestsAutorizacion.Instancia.EjecutarTodos();
@@ -36,7 +31,6 @@ public class App
        {
                if ( args.Length > 0) {
                        if (args[0].Equals ("--test")) {
-                               testing = true;
                                EjecutarTests();
                                return;
                        }