mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
code cleanup
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1096118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+5
-10
@@ -2,16 +2,11 @@ package org.apache.struts2.components.template;
|
||||
|
||||
import org.apache.struts2.StrutsTestCase;
|
||||
|
||||
/**
|
||||
* JspTemplateEngineTest.
|
||||
*
|
||||
* @author Rene Gielen
|
||||
*/
|
||||
public class JspTemplateEngineTest extends StrutsTestCase {
|
||||
|
||||
public void testEncodingGetsInjected() throws Exception {
|
||||
JspTemplateEngine jspTemplateEngine = new JspTemplateEngine();
|
||||
container.inject(jspTemplateEngine);
|
||||
assertNotNull(jspTemplateEngine.encoding);
|
||||
}
|
||||
public void testEncodingGetsInjected() throws Exception {
|
||||
JspTemplateEngine jspTemplateEngine = new JspTemplateEngine();
|
||||
container.inject(jspTemplateEngine);
|
||||
assertNotNull(jspTemplateEngine.encoding);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user