diff --git a/test/swen90006/machine/PartitioningTests.java b/test/swen90006/machine/PartitioningTests.java index 5e70913e765aca941760514e8a861ff2b5100293..3c819287a68740a4a033f870d0e9bc99a620cc51 100644 --- a/test/swen90006/machine/PartitioningTests.java +++ b/test/swen90006/machine/PartitioningTests.java @@ -2,15 +2,9 @@ package swen90006.machine; import java.util.List; import java.util.ArrayList; -import java.nio.charset.Charset; -import java.nio.file.Path; -import java.nio.file.Files; -import java.nio.file.FileSystems; import org.junit.*; -import com.sun.xml.internal.ws.util.StringUtils; - import static org.junit.Assert.*; public class PartitioningTests {