Skip to content
Snippets Groups Projects
Commit 2c4ff03e authored by felmer's avatar felmer
Browse files

LMS-2077 test fixed

SVN: 20155
parent 4ab487bf
No related branches found
No related tags found
No related merge requests found
...@@ -347,6 +347,7 @@ public class DssServiceRpcScreeningTest extends AssertJUnit ...@@ -347,6 +347,7 @@ public class DssServiceRpcScreeningTest extends AssertJUnit
BufferedImage image2 = extractNextImage(imagesWriter); BufferedImage image2 = extractNextImage(imagesWriter);
assertEquals(1, image2.getWidth()); assertEquals(1, image2.getWidth());
assertEquals(1, image2.getHeight()); assertEquals(1, image2.getHeight());
images.close();
assertTrue(testMethodInterceptor.methodInvoked); assertTrue(testMethodInterceptor.methodInvoked);
context.assertIsSatisfied(); context.assertIsSatisfied();
......
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