Fix tests...

This commit is contained in:
2022-03-31 21:38:04 +02:00
parent f24ad9bcaf
commit 9925835a1e
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,6 @@
public class Aufgabe2Test {
public static void main(String[] args) {
//test classes BodyQueue and BodyForceMap
// create three bodies
@ -49,7 +48,6 @@ public class Aufgabe2Test {
bfm.put(earth, new Vector3(0,0,0));
testValue(bfm.get(earth).distanceTo(new Vector3(0,0,0)), 0);
testValue(bfm.get(mercury),null);
}
public static void testComparison(Object first, Object second, boolean expected) {