From 84a9fe1712964d28c465319bf89c9113dd85db0e Mon Sep 17 00:00:00 2001 From: Michael Rasmussen <mrasmuss@myune.edu.au> Date: Fri, 26 Jul 2024 04:58:06 +0000 Subject: [PATCH] Created test cases but have not fixed bugs, two tests should fail, created tag also --- src/test/java/dotsandboxes/DotsAndBoxesGridTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/dotsandboxes/DotsAndBoxesGridTest.java b/src/test/java/dotsandboxes/DotsAndBoxesGridTest.java index cc96360..1ba4999 100755 --- a/src/test/java/dotsandboxes/DotsAndBoxesGridTest.java +++ b/src/test/java/dotsandboxes/DotsAndBoxesGridTest.java @@ -27,7 +27,7 @@ public class DotsAndBoxesGridTest { assertTrue(true); } - // FIXME: You need to write tests for the two known bugs in the code. + // Wrote tests for the two known bugs in the code (M.Rasmussen). @Test public void boxCompleteDetectsCompletedBoxes() { DotsAndBoxesGrid case1 = new DotsAndBoxesGrid(5, 5, 2); -- GitLab