Commit 555b237ab81d417d58a44a589180fd4cb8035f32
1 parent
7d7b451f
Exists in
master
and in
1 other branch
script install lance ensuite script update
Showing
2 changed files
with
5 additions
and
7 deletions
Show diff stats
INSTALLATION
@@ -7,11 +7,8 @@ | @@ -7,11 +7,8 @@ | ||
7 | echo "IN $(pwd)" | 7 | echo "IN $(pwd)" |
8 | 8 | ||
9 | 9 | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | cd install/ | 10 | cd install/ |
17 | ./installation.sh | 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,7 +2083,8 @@ class MaterielsControllerTest extends General { | ||
2083 | * @return void | 2083 | * @return void |
2084 | */ | 2084 | */ |
2085 | public function testMaterielPanne() { | 2085 | public function testMaterielPanne() { |
2086 | - $id=2; | 2086 | + $id=2; // CREATED |
2087 | + | ||
2087 | //debug($this->toto); | 2088 | //debug($this->toto); |
2088 | //$this->assertTextEquals('titi', $this->toto); | 2089 | //$this->assertTextEquals('titi', $this->toto); |
2089 | 2090 |