removed outcommented line
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/f5ef1438 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/f5ef1438 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/f5ef1438 Branch: refs/heads/master Commit: f5ef1438aaf4d9841dd5180a470dbe52edd8693e Parents: 8651545 Author: cnenning <cnenn...@apache.org> Authored: Mon Feb 1 09:45:34 2016 +0100 Committer: cnenning <cnenn...@apache.org> Committed: Mon Feb 1 09:45:34 2016 +0100 ---------------------------------------------------------------------- .../apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/f5ef1438/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java ---------------------------------------------------------------------- diff --git a/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java b/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java index acaacce..c71d100 100644 --- a/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java +++ b/plugins/tiles/src/test/java/org/apache/struts2/tiles/StrutsTilesAnnotationProcessorTest.java @@ -109,7 +109,6 @@ public class StrutsTilesAnnotationProcessorTest { Assert.assertNull(definition.getExtends()); Attribute templateAttribute = definition.getTemplateAttribute(); Assert.assertNull(templateAttribute.getValue()); - //Assert.assertNull(templateAttribute.getRenderer()); Assert.assertNull(templateAttribute.getRole()); Assert.assertNull(templateAttribute.getExpressionObject());