[nobug] jsp.core unit test failures
diff --git a/tests/org.eclipse.jst.jsp.core.tests/testfiles/bug_310085/WebContent/test310085.jsp b/tests/org.eclipse.jst.jsp.core.tests/testfiles/bug_310085/WebContent/test310085.jsp index 605007a..01752b6 100644 --- a/tests/org.eclipse.jst.jsp.core.tests/testfiles/bug_310085/WebContent/test310085.jsp +++ b/tests/org.eclipse.jst.jsp.core.tests/testfiles/bug_310085/WebContent/test310085.jsp
@@ -7,7 +7,7 @@ <title>Insert title here</title> </head> <body> -<% String name; %> +<% String name = ""; %> <A HREF ='<portlet:actionURL><portlet:param name="<%=name%>" value="<%=name%>"/></portlet:actionURL>'>reset</A> </body>