protected LightProjectDescriptor getProjectDescriptor() {
return createWebDescriptor();
}
public void testActionLinkHighlightingJsp() throws Throwable {
myFixture.enableInspections(new HtmlUnknownTargetInspection());
createStrutsFileSet("struts-actionLink.xml");
myFixture.copyFileToProject("jsp/index.jsp", "index.jsp");
myFixture.testHighlighting(true,
false,