Re-enable SpringIndexer#testRefreshOnProjectChange()

This commit is contained in:
BoykoAlex
2018-02-14 22:40:14 -05:00
parent e07fb9e4f2
commit 07012ef269

View File

@@ -27,7 +27,6 @@ import java.util.concurrent.TimeUnit;
import org.apache.commons.io.FileUtils;
import org.eclipse.lsp4j.SymbolInformation;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.ide.vscode.boot.java.Annotations;
import org.springframework.ide.vscode.boot.java.BootJavaLanguageServerComponents;
@@ -332,7 +331,6 @@ public class SpringIndexerTest {
return false;
}
@Ignore
@Test
public void testRefreshOnProjectChange() throws Exception {
harness.intialize(new File(ProjectsHarness.class.getResource("/test-projects/test-annotation-indexing-parent/test-annotation-indexing/").toURI()));