~hjd/ubuntu/wily/xmlgraphics-commons/debian-merged

« back to all changes in this revision

Viewing changes to test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderPNGTestCase.java

  • Committer: Hans Joachim Desserud
  • Date: 2015-11-11 18:22:53 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: hans_joachim_desserud-20151111182253-zwi0frfm97j0wddn
  * Merge from Debian unstable.  Remaining changes:
    - d/control: Drop dependencies required for unit testing as they
      include libmockito-java which would pull maven into main, disable unit
      test execution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
import org.junit.Test;
25
25
 
 
26
import static org.junit.Assert.assertEquals;
 
27
import static org.junit.Assert.assertTrue;
 
28
 
26
29
import org.apache.xmlgraphics.image.loader.Image;
27
30
import org.apache.xmlgraphics.image.loader.ImageContext;
28
31
import org.apache.xmlgraphics.image.loader.ImageException;
33
36
import org.apache.xmlgraphics.image.loader.MockImageSessionContext;
34
37
import org.apache.xmlgraphics.util.MimeConstants;
35
38
 
36
 
import static org.junit.Assert.assertEquals;
37
 
import static org.junit.Assert.assertTrue;
38
 
 
39
39
public class ImageLoaderPNGTestCase {
40
40
 
41
41
    private ImageLoaderPNG ilpng = new ImageLoaderPNG();