~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/ImageLoaderFactoryPNGTestCase.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:
21
21
 
22
22
import org.junit.Test;
23
23
 
 
24
import static org.junit.Assert.assertArrayEquals;
 
25
import static org.junit.Assert.assertTrue;
 
26
import static org.junit.Assert.fail;
 
27
 
24
28
import org.apache.xmlgraphics.image.loader.ImageFlavor;
25
29
import org.apache.xmlgraphics.image.loader.spi.ImageLoader;
26
30
import org.apache.xmlgraphics.util.MimeConstants;
27
31
 
28
 
import static org.junit.Assert.assertArrayEquals;
29
 
import static org.junit.Assert.assertTrue;
30
 
import static org.junit.Assert.fail;
31
 
 
32
32
public class ImageLoaderFactoryPNGTestCase {
33
33
 
34
34
    private ImageLoaderFactoryPNG ilfpng = new ImageLoaderFactoryPNG();