stand
parent
48f7649539
commit
025a88aa24
Binary file not shown.
Binary file not shown.
|
@ -39,7 +39,6 @@ class SystemTest {
|
|||
bs.geldEinzahlen(1000, 200l);
|
||||
bs.geldAuszahlen(1000, 100l);
|
||||
assertEquals(100l, bs.getKontostand(1000));
|
||||
|
||||
File x = new File(bs.getBankname() + "-bank-data.ser");
|
||||
assertTrue(x.delete());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue