summaryrefslogtreecommitdiff
path: root/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java')
-rw-r--r--spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java b/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java
index 225a8ec9..869c3e50 100644
--- a/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java
+++ b/spring-webmvc/src/test/java/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2015 the original author or authors.
+ * Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,16 +19,11 @@ package org.springframework.web.servlet.view.jasperreports;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
-
import javax.servlet.http.HttpServletResponse;
import net.sf.jasperreports.engine.JasperPrint;
-
import org.junit.Test;
-import org.springframework.tests.Assume;
-import org.springframework.tests.TestGroup;
-
import static org.junit.Assert.*;
import static org.junit.Assume.*;
@@ -46,7 +41,6 @@ public class JasperReportsMultiFormatViewTests extends AbstractJasperReportsView
@Test
public void simpleHtmlRender() throws Exception {
- Assume.group(TestGroup.CUSTOM_COMPILATION);
assumeTrue(canCompileReport);
AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
@@ -62,7 +56,6 @@ public class JasperReportsMultiFormatViewTests extends AbstractJasperReportsView
@Test
@Override
public void overrideContentDisposition() throws Exception {
- Assume.group(TestGroup.CUSTOM_COMPILATION);
assumeTrue(canCompileReport);
AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
@@ -85,7 +78,6 @@ public class JasperReportsMultiFormatViewTests extends AbstractJasperReportsView
@Test
public void exporterParametersAreCarriedAcross() throws Exception {
- Assume.group(TestGroup.CUSTOM_COMPILATION);
assumeTrue(canCompileReport);
JasperReportsMultiFormatView view = (JasperReportsMultiFormatView) getView(UNCOMPILED_REPORT);