Commit 555b237ab81d417d58a44a589180fd4cb8035f32

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

script install lance ensuite script update

INSTALLATION
... ... @@ -7,11 +7,8 @@
7 7 echo "IN $(pwd)"
8 8  
9 9  
10   -
11   -
12   -
13   -
14   -
15   -
16 10 cd install/
17 11 ./installation.sh
  12 +
  13 +# Puis 1ere mise a jour, necessaire pour profiter des derniers agencements non repercutes dans le script install
  14 +./update.sh
... ...
tests/TestCase/Controller/MaterielsControllerTest.php
... ... @@ -2083,7 +2083,8 @@ class MaterielsControllerTest extends General {
2083 2083 * @return void
2084 2084 */
2085 2085 public function testMaterielPanne() {
2086   - $id=2;
  2086 + $id=2; // CREATED
  2087 +
2087 2088 //debug($this->toto);
2088 2089 //$this->assertTextEquals('titi', $this->toto);
2089 2090  
... ...