|
26 | 26 | import org.eclipse.lsp4j.TextDocumentIdentifier; |
27 | 27 | import org.gradle.internal.impldep.com.google.common.collect.ImmutableList; |
28 | 28 | import org.junit.jupiter.api.BeforeEach; |
| 29 | +import org.junit.jupiter.api.Disabled; |
29 | 30 | import org.junit.jupiter.api.Test; |
30 | 31 | import org.junit.jupiter.api.extension.ExtendWith; |
31 | 32 | import org.springframework.beans.factory.annotation.Autowired; |
@@ -295,18 +296,18 @@ void testPlainPrefixCompletion() throws Exception { |
295 | 296 | } |
296 | 297 |
|
297 | 298 | // The parser removes the (spring.) piece from the AST in this case, so there is no way |
298 | | -// to clearly identify this case |
299 | | -// |
300 | | -// @Test |
301 | | -// void testComplexPrefixCompletionParamNameCursorRightAfterDot() throws Exception { |
302 | | -// prepareCase("@Value(\"onField\")", "@Value(spring.<*>)"); |
303 | | -// prepareDefaultIndexData(); |
304 | | -// |
305 | | -// assertPropertyCompletions( |
306 | | -// "@Value(\"${spring.prop1}\"<*>)"); |
307 | | -// |
308 | | -// assertClasspathCompletions(); |
309 | | -// } |
| 299 | +// to clearly identify this case |
| 300 | + @Test |
| 301 | + @Disabled |
| 302 | + void testComplexPrefixCompletionParamNameCursorRightAfterDot() throws Exception { |
| 303 | + prepareCase("@Value(\"onField\")", "@Value(spring.<*>)"); |
| 304 | + prepareDefaultIndexData(); |
| 305 | + |
| 306 | + assertPropertyCompletions( |
| 307 | + "@Value(\"${spring.prop1}\"<*>)"); |
| 308 | + |
| 309 | + assertClasspathCompletions(); |
| 310 | + } |
310 | 311 |
|
311 | 312 | @Test |
312 | 313 | void testComplexPrefixCompletion() throws Exception { |
|
0 commit comments