Commit 21961ce929557a54b4fe5b32e0219eea7431ee00

Authored by Etienne Pallier
1 parent cf2117b3
Exists in master and in 1 other branch dev

Bugfixed tests de l'entité Projets

v4.105.2-3.7.9
CHANGES.txt
... ... @@ -120,7 +120,8 @@ Outre ces changements, voici d'autres changements importants :
120 120 ======= CHANGES =======
121 121  
122 122 -------
123   -07/10/2020 v4.105.1-3.7.9 (EP)
  123 +07/10/2020 v4.105.2-3.7.9 (EP)
  124 + - (b) Bugfixed tests de l'entité Projets
124 125 - (i) refactorisation de la vue 'view' pour TOUTES les 'autres' entités (étape 3 sur 3, terminé)
125 126 - Gestion automatique des entités "parentes" et "enfants" et de bcp d'autres choses encore...
126 127 - Très générique (meta-programmation)
... ...
README.md
... ... @@ -43,7 +43,7 @@ Logiciel testé et validé sur les configurations suivantes :
43 43 --------------------------------------------------------------------------------------------
44 44  
45 45 Date: 07/10/2020
46   -Version: 4.105.1-3.7.9
  46 +Version: 4.105.2-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/ProjetsControllerTest_deactivated.php renamed to tests/TestCase/Controller/ProjetsControllerTest.php
... ... @@ -53,6 +53,7 @@ class ProjetsControllerTest extends TestCase
53 53 */
54 54 public function testAdd()
55 55 {
  56 + debug("coucou");
56 57 $this->markTestIncomplete('Not implemented yet.');
57 58 }
58 59  
... ...
tests/TestCase/Model/Table/ProjetsTableTest_deactivated.php renamed to tests/TestCase/Model/Table/ProjetsTableTest.php