From 5f958cf333d7955337a701c261ad2f07b84483dd Mon Sep 17 00:00:00 2001 From: Paola Date: Wed, 11 Aug 2021 11:36:28 -0600 Subject: [PATCH] arreglo archivos test --- ...register.component.spec.ts => register.component.tmpSpec.ts} | 0 src/main/webapp/app/account/register/register.component.ts | 2 +- .../{account.service.spec.ts => account.service.tmpSpec.ts} | 0 ...ice.spec.ts => categoria-routing-resolve.service.tmpSpec.ts} | 0 ...egunta-abierta-respuesta-routing-resolve.service.tmpSpec.ts} | 0 ...ts => e-pregunta-abierta-routing-resolve.service.tmpSpec.ts} | 0 ...-pregunta-cerrada-opcion-routing-resolve.service.tmpSpec.ts} | 0 ...ts => e-pregunta-cerrada-routing-resolve.service.tmpSpec.ts} | 0 .../app/entities/encuesta/complete/complete.component.html | 2 +- ...rvice.spec.ts => factura-routing-resolve.service.tmpSpec.ts} | 0 ...ts => p-pregunta-abierta-routing-resolve.service.tmpSpec.ts} | 0 ...-pregunta-cerrada-opcion-routing-resolve.service.tmpSpec.ts} | 0 ...ts => p-pregunta-cerrada-routing-resolve.service.tmpSpec.ts} | 0 ... => parametro-aplicacion-routing-resolve.service.tmpSpec.ts} | 0 ...ice.spec.ts => plantilla-routing-resolve.service.tmpSpec.ts} | 0 ...ent.spec.ts => listar-tienda-plantilla.component.tmpSpec.ts} | 0 ...log.component.spec.ts => paypal-dialog.component.tmpSpec.ts} | 0 ...c.ts => usuario-encuesta-routing-resolve.service.tmpSpec.ts} | 0 ...spec.ts => usuario-extra-routing-resolve.service.tmpSpec.ts} | 0 ...ponent.spec.ts => usuario-extra-update.component.tmpSpec.ts} | 0 .../usuario-extra/update/usuario-extra-update.component.ts | 2 +- 21 files changed, 3 insertions(+), 3 deletions(-) rename src/main/webapp/app/account/register/{register.component.spec.ts => register.component.tmpSpec.ts} (100%) rename src/main/webapp/app/core/auth/{account.service.spec.ts => account.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/categoria/route/{categoria-routing-resolve.service.spec.ts => categoria-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/e-pregunta-abierta-respuesta/route/{e-pregunta-abierta-respuesta-routing-resolve.service.spec.ts => e-pregunta-abierta-respuesta-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/e-pregunta-abierta/route/{e-pregunta-abierta-routing-resolve.service.spec.ts => e-pregunta-abierta-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/e-pregunta-cerrada-opcion/route/{e-pregunta-cerrada-opcion-routing-resolve.service.spec.ts => e-pregunta-cerrada-opcion-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/e-pregunta-cerrada/route/{e-pregunta-cerrada-routing-resolve.service.spec.ts => e-pregunta-cerrada-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/factura/route/{factura-routing-resolve.service.spec.ts => factura-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/p-pregunta-abierta/route/{p-pregunta-abierta-routing-resolve.service.spec.ts => p-pregunta-abierta-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/p-pregunta-cerrada-opcion/route/{p-pregunta-cerrada-opcion-routing-resolve.service.spec.ts => p-pregunta-cerrada-opcion-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/p-pregunta-cerrada/route/{p-pregunta-cerrada-routing-resolve.service.spec.ts => p-pregunta-cerrada-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/parametro-aplicacion/route/{parametro-aplicacion-routing-resolve.service.spec.ts => parametro-aplicacion-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/plantilla/route/{plantilla-routing-resolve.service.spec.ts => plantilla-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/tienda/listar-tienda-plantilla/{listar-tienda-plantilla.component.spec.ts => listar-tienda-plantilla.component.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/tienda/paypal-dialog/{paypal-dialog.component.spec.ts => paypal-dialog.component.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/usuario-encuesta/route/{usuario-encuesta-routing-resolve.service.spec.ts => usuario-encuesta-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/usuario-extra/route/{usuario-extra-routing-resolve.service.spec.ts => usuario-extra-routing-resolve.service.tmpSpec.ts} (100%) rename src/main/webapp/app/entities/usuario-extra/update/{usuario-extra-update.component.spec.ts => usuario-extra-update.component.tmpSpec.ts} (100%) diff --git a/src/main/webapp/app/account/register/register.component.spec.ts b/src/main/webapp/app/account/register/register.component.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/account/register/register.component.spec.ts rename to src/main/webapp/app/account/register/register.component.tmpSpec.ts diff --git a/src/main/webapp/app/account/register/register.component.ts b/src/main/webapp/app/account/register/register.component.ts index a1727ff..1d14fa4 100644 --- a/src/main/webapp/app/account/register/register.component.ts +++ b/src/main/webapp/app/account/register/register.component.ts @@ -91,7 +91,7 @@ export class RegisterComponent implements AfterViewInit { login, email, password, - langKey: this.translateService.currentLang, + langKey: this.translateService.currentLang!, name, firstName, profileIcon: this.profileIcon, diff --git a/src/main/webapp/app/core/auth/account.service.spec.ts b/src/main/webapp/app/core/auth/account.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/core/auth/account.service.spec.ts rename to src/main/webapp/app/core/auth/account.service.tmpSpec.ts diff --git a/src/main/webapp/app/entities/categoria/route/categoria-routing-resolve.service.spec.ts b/src/main/webapp/app/entities/categoria/route/categoria-routing-resolve.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/entities/categoria/route/categoria-routing-resolve.service.spec.ts rename to src/main/webapp/app/entities/categoria/route/categoria-routing-resolve.service.tmpSpec.ts diff --git a/src/main/webapp/app/entities/e-pregunta-abierta-respuesta/route/e-pregunta-abierta-respuesta-routing-resolve.service.spec.ts b/src/main/webapp/app/entities/e-pregunta-abierta-respuesta/route/e-pregunta-abierta-respuesta-routing-resolve.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/entities/e-pregunta-abierta-respuesta/route/e-pregunta-abierta-respuesta-routing-resolve.service.spec.ts rename to src/main/webapp/app/entities/e-pregunta-abierta-respuesta/route/e-pregunta-abierta-respuesta-routing-resolve.service.tmpSpec.ts diff --git a/src/main/webapp/app/entities/e-pregunta-abierta/route/e-pregunta-abierta-routing-resolve.service.spec.ts b/src/main/webapp/app/entities/e-pregunta-abierta/route/e-pregunta-abierta-routing-resolve.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/entities/e-pregunta-abierta/route/e-pregunta-abierta-routing-resolve.service.spec.ts rename to src/main/webapp/app/entities/e-pregunta-abierta/route/e-pregunta-abierta-routing-resolve.service.tmpSpec.ts diff --git a/src/main/webapp/app/entities/e-pregunta-cerrada-opcion/route/e-pregunta-cerrada-opcion-routing-resolve.service.spec.ts b/src/main/webapp/app/entities/e-pregunta-cerrada-opcion/route/e-pregunta-cerrada-opcion-routing-resolve.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/entities/e-pregunta-cerrada-opcion/route/e-pregunta-cerrada-opcion-routing-resolve.service.spec.ts rename to src/main/webapp/app/entities/e-pregunta-cerrada-opcion/route/e-pregunta-cerrada-opcion-routing-resolve.service.tmpSpec.ts diff --git a/src/main/webapp/app/entities/e-pregunta-cerrada/route/e-pregunta-cerrada-routing-resolve.service.spec.ts b/src/main/webapp/app/entities/e-pregunta-cerrada/route/e-pregunta-cerrada-routing-resolve.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/entities/e-pregunta-cerrada/route/e-pregunta-cerrada-routing-resolve.service.spec.ts rename to src/main/webapp/app/entities/e-pregunta-cerrada/route/e-pregunta-cerrada-routing-resolve.service.tmpSpec.ts diff --git a/src/main/webapp/app/entities/encuesta/complete/complete.component.html b/src/main/webapp/app/entities/encuesta/complete/complete.component.html index 057f800..3b5bfed 100644 --- a/src/main/webapp/app/entities/encuesta/complete/complete.component.html +++ b/src/main/webapp/app/entities/encuesta/complete/complete.component.html @@ -83,7 +83,7 @@ - +