move jsp smart completion test back into ultimate

This commit is contained in:
peter
2009-10-15 16:57:36 +01:00
parent fc5b2909d7
commit 5b6d7557a1
3 changed files with 0 additions and 15 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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");