diff --git a/INSTALLATION b/INSTALLATION index e644f0c..51647af 100755 --- a/INSTALLATION +++ b/INSTALLATION @@ -7,11 +7,8 @@ echo "IN $(pwd)" - - - - - - cd install/ ./installation.sh + +# Puis 1ere mise a jour, necessaire pour profiter des derniers agencements non repercutes dans le script install +./update.sh diff --git a/tests/TestCase/Controller/MaterielsControllerTest.php b/tests/TestCase/Controller/MaterielsControllerTest.php index 5b7bd10..904e81c 100755 --- a/tests/TestCase/Controller/MaterielsControllerTest.php +++ b/tests/TestCase/Controller/MaterielsControllerTest.php @@ -2083,7 +2083,8 @@ class MaterielsControllerTest extends General { * @return void */ public function testMaterielPanne() { - $id=2; + $id=2; // CREATED + //debug($this->toto); //$this->assertTextEquals('titi', $this->toto); -- libgit2 0.21.2