Commit 3ce6c46ee9c92431f8c47386a447b83ebc4fb9ab
1 parent
72127fb5
Exists in
master
and in
1 other branch
tests cleanup
Showing
3 changed files
with
9 additions
and
5 deletions
Show diff stats
CHANGES.txt
... | ... | @@ -120,6 +120,10 @@ Outre ces changements, voici d'autres changements importants : |
120 | 120 | ======= CHANGES ======= |
121 | 121 | |
122 | 122 | ------- |
123 | +14/10/2020 v4.105.22-3.7.9 (EP) | |
124 | + - (i) tests cleanup | |
125 | + | |
126 | +------- | |
123 | 127 | 13/10/2020 v4.105.21-3.7.9 (EP) |
124 | 128 | - (i) Mise à jour de toutes les Fixtures de test pour qu'elles soient en 1ère lettre capitale (nouvelle norme) |
125 | 129 | ... | ... |
README.md
... | ... | @@ -42,8 +42,8 @@ Logiciel testé et validé sur les configurations suivantes : |
42 | 42 | |
43 | 43 | -------------------------------------------------------------------------------------------- |
44 | 44 | |
45 | -Date: 13/10/2020 | |
46 | -Version: 4.105.20-3.7.9 | |
45 | +Date: 14/10/2020 | |
46 | +Version: 4.105.22-3.7.9 | |
47 | 47 | |
48 | 48 | |
49 | 49 | HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) | ... | ... |
tests/TestCase/Controller/MaterielsControllerTest.php
... | ... | @@ -796,10 +796,10 @@ class MaterielsControllerTest extends General { |
796 | 796 | // ADD |
797 | 797 | //debug($materiel); |
798 | 798 | //$this->post('/materiels/add', $this->newMaterielWithAllMandatoryFields); |
799 | - debug("avant"); | |
800 | - debug($materiel); | |
799 | + //debug("avant"); | |
800 | + //debug($materiel); | |
801 | 801 | $this->post('/materiels/add', $materiel); |
802 | - debug("après"); | |
802 | + //debug("après"); | |
803 | 803 | $nbmat++; |
804 | 804 | //debug("after $nbmat"); |
805 | 805 | ... | ... |