mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
move jsp smart completion test back into ultimate
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head><title>Simple jsp page</title></head>
|
||||
<body><%=System.currentTimeMillis()<caret>%></body>
|
||||
</html>
|
||||
@@ -1,5 +0,0 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head><title>Simple jsp page</title></head>
|
||||
<body><%=System.cur<caret>%></body>
|
||||
</html>
|
||||
@@ -395,11 +395,6 @@ public class SmartTypeCompletionTest extends LightCompletionTestCase {
|
||||
|
||||
public void testIntConstInSwitch() throws Exception { doTest(); }
|
||||
|
||||
public void testMethodCallInScriplet() throws Exception {
|
||||
configureByFile(BASE_PATH + "/"+getTestName(false)+".jsp");
|
||||
checkResultByFile(BASE_PATH + "/"+getTestName(false) + "-out.jsp");
|
||||
}
|
||||
|
||||
public void testDoubleEmptyArray() throws Exception {
|
||||
configureByFile(BASE_PATH + "/"+getTestName(false)+".java");
|
||||
checkResultByFile(BASE_PATH + "/"+getTestName(false) + ".java");
|
||||
|
||||
Reference in New Issue
Block a user