From 471c4f0dc56b14eba0de62deca0fd77ba61ebf07 Mon Sep 17 00:00:00 2001 From: David Dorchies <david.dorchies@irstea.fr> Date: Wed, 7 Feb 2018 10:18:45 +0100 Subject: [PATCH] =?UTF-8?q?#31=20Reconnexion=20des=20tests=20=C3=A0=20Jasm?= =?UTF-8?q?ine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/structure/structure.spec.ts | 2 +- spec/structure/structure_cem88d.spec.ts | 2 +- spec/structure/structure_cem88v.spec.ts | 2 +- spec/structure/structure_cunge80.spec.ts | 2 +- spec/structure/structure_orifice_free.spec.ts | 2 +- spec/structure/structure_orifice_submerged.spec.ts | 2 +- spec/structure/structure_weir_free.spec.ts | 2 +- spec/test_func.ts | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spec/structure/structure.spec.ts b/spec/structure/structure.spec.ts index 2f6cc9e5..53e0a674 100644 --- a/spec/structure/structure.spec.ts +++ b/spec/structure/structure.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier test_func.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { Structure, StructureFlowMode, StructureFlowRegime, StructureParams } from "../../src/structure/structure"; import { Result } from "../../src/util/result"; diff --git a/spec/structure/structure_cem88d.spec.ts b/spec/structure/structure_cem88d.spec.ts index 0ec076f5..42521b8d 100644 --- a/spec/structure/structure_cem88d.spec.ts +++ b/spec/structure/structure_cem88d.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier rectangular_structure.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; diff --git a/spec/structure/structure_cem88v.spec.ts b/spec/structure/structure_cem88v.spec.ts index b250b875..fe40920c 100644 --- a/spec/structure/structure_cem88v.spec.ts +++ b/spec/structure/structure_cem88v.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier rectangular_structure.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; diff --git a/spec/structure/structure_cunge80.spec.ts b/spec/structure/structure_cunge80.spec.ts index f5d40c04..0940fce5 100644 --- a/spec/structure/structure_cunge80.spec.ts +++ b/spec/structure/structure_cunge80.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier rectangular_structure.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; diff --git a/spec/structure/structure_orifice_free.spec.ts b/spec/structure/structure_orifice_free.spec.ts index 96f83115..0cefcda1 100644 --- a/spec/structure/structure_orifice_free.spec.ts +++ b/spec/structure/structure_orifice_free.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier rectangular_structure.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; diff --git a/spec/structure/structure_orifice_submerged.spec.ts b/spec/structure/structure_orifice_submerged.spec.ts index bc92235c..37537f16 100644 --- a/spec/structure/structure_orifice_submerged.spec.ts +++ b/spec/structure/structure_orifice_submerged.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier rectangular_structure.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; diff --git a/spec/structure/structure_weir_free.spec.ts b/spec/structure/structure_weir_free.spec.ts index 97c30a36..6b04ce6a 100644 --- a/spec/structure/structure_weir_free.spec.ts +++ b/spec/structure/structure_weir_free.spec.ts @@ -4,7 +4,7 @@ * Pour exécuter ce code dans le débugger. * Faire de même avec le fichier rectangular_structure.ts */ -import { describe, expect, it, xdescribe } from "../mock_jasmine"; +// import { describe, expect, it, xdescribe } from "../mock_jasmine"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; diff --git a/spec/test_func.ts b/spec/test_func.ts index 938e8e09..dbf9a5af 100644 --- a/spec/test_func.ts +++ b/spec/test_func.ts @@ -3,7 +3,7 @@ * décommenter la ligne suivante (import { expect } from "./mock_jasmine") dans le cas d'une fonction * qui utilise la fonction expect() de Jasmine mais qui doit être exécutée en dehors de tests Jasmine */ -import { describe, expect, it, xdescribe } from "./mock_jasmine"; +// import { describe, expect, it, xdescribe } from "./mock_jasmine"; import { cLog } from "../src/util/log"; import { Message, MessageCode } from "../src/util/message"; -- GitLab