Fix tests...
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user