Re-enable ignored tests

This commit is contained in:
Kris De Volder
2017-04-07 15:15:32 -07:00
parent e59200ce2a
commit c5a22086d8

View File

@@ -93,7 +93,7 @@ public class PropertyReferenceFinderTest {
assertEquals(11, location.getRange().getEnd().getCharacter());
}
@Test @Ignore
@Test
public void testFindReferenceWithinMultipleFiles() throws Exception {
// TODO: There's something wrong with this test, it fails for me (Kris).
// The 'locations' are not arriving in the expected order.
@@ -132,7 +132,7 @@ public class PropertyReferenceFinderTest {
assertEquals(10, location.getRange().getEnd().getCharacter());
}
@Test @Ignore
@Test
public void testFindReferenceWithinMultipleMixedFiles() throws Exception {
// TODO: There's something wrong with this test, it fails for me (Kris).
// The 'locations' are not arriving in the expected order.