Compare commits
No commits in common. "e4956996d617ff9f134728e091411811b7d22524" and "45a93f086a396ded2e272db54d1ee5f66a19f0b7" have entirely different histories.
e4956996d6
...
45a93f086a
@ -67,11 +67,7 @@ public class CommandeTest {
|
||||
System.out.println("Cas4 : ajout nouvelle ligne avec quantité 0");
|
||||
/*MORGANN*/
|
||||
System.out.println("Cas5 : mise à 0 quantité commandée d'une ligne existante");
|
||||
laCommande.ajouter(instr2, 0);
|
||||
stockRes=instr2.getQteStock();
|
||||
stockAttendu=9;
|
||||
assertEquals("test5 stock",stockAttendu,stockRes );
|
||||
/*ILONA*/
|
||||
/*INES*/
|
||||
System.out.println("Cas6 : màj d'une ligne existante avec qté>stock");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user