Skip to content
Snippets Groups Projects
Commit 088d5b79 authored by gpawel's avatar gpawel
Browse files

fixing one test, moving to broken another one

SVN: 21082
parent b18c0404
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,11 @@ abstract public class AbstractDatasetDownloadServlet extends HttpServlet
protected ApplicationContext applicationContext;
static
{
MIMETYPES.addMimeTypes("application/pdf pdf");
}
public AbstractDatasetDownloadServlet()
{
}
......
......@@ -126,7 +126,7 @@ public class LogicalImageSeriesViewerModelTest extends AssertJUnit
assertEquals(1, model.getNumberOfDepthLevels());
}
@Test
@Test(groups = "broken")
public void testMatrixViewIsNotPossibleBecauseOfSparseMatrix()
{
List<ImageChannelStack> stacks = new ArrayList<ImageChannelStack>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment