Skip to content

Commit 0714fc6

Browse files
author
Raffi Khatchadourian
committed
Mention bug in test for #114.
1 parent 0ff37f2 commit 0714fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edu.cuny.citytech.defaultrefactoring.tests/test cases/edu/cuny/citytech/defaultrefactoring/ui/tests/MigrateSkeletalImplementationToInterfaceRefactoringTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,14 +735,14 @@ public void testMethodWithInheritedDefaultMethod() throws Exception {
735735
* J.m(), it will inherit.
736736
*/
737737
// TODO: Correctly failing, yes, but for the wrong reason. We aren't
738-
// checking the hierarchy.
738+
// checking the hierarchy. #114.
739739
helperFail(new String[] { "m" }, new String[][] { new String[0] });
740740
}
741741

742742
public void testMethodWithInheritedDefaultMethod2() throws Exception {
743743
// Same as above but reverse the interfaces.
744744
// TODO: Correctly failing, yes, but for the wrong reason. We aren't
745-
// checking the hierarchy.
745+
// checking the hierarchy. #114.
746746
helperFail(new String[] { "m" }, new String[][] { new String[0] });
747747
}
748748
}

0 commit comments

Comments
 (0)