Skip to content
Snippets Groups Projects
Commit e9f71337 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Removed autogenerated duplicate test case.

parent e5975c0f
Branches master
No related tags found
No related merge requests found
......@@ -128,11 +128,6 @@ public class SortFourPairsTest extends TestCase {
runMain("1", "1", "1", "2", "1", "1", "0", "0"));
}
public void testPermutation0() {
assertEquals(assemble("(0.0, 0.0)", "(1.0, 1.0)", "(2.0, 2.0)", "(3.0, 3.0)"),
runMain("0", "0", "1", "1", "2", "2", "3", "3"));
}
public void testPermutation1() {
assertEquals(assemble("(0.0, 0.0)", "(1.0, 1.0)", "(2.0, 2.0)", "(3.0, 3.0)"),
runMain("0", "0", "1", "1", "3", "3", "2", "2"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment