agangam commented on code in PR #5:
URL: 
https://github.com/apache/sling-org-apache-sling-commons-mime/pull/5#discussion_r1006241569


##########
src/test/java/org/apache/sling/commons/mime/internal/MimeTypeServiceImplTest.java:
##########
@@ -43,6 +44,18 @@ public class MimeTypeServiceImplTest extends TestCase {
 
     private static final String TEXT_PLAIN = "text/plain";
 
+    private static final String EPS = "eps";
+
+    private static final Map<String, String> epsMimeTypeExt = new HashMap<>();
+
+    static {
+        epsMimeTypeExt.put("application/eps", EPS);
+        epsMimeTypeExt.put("application/x-eps", EPS);
+        epsMimeTypeExt.put("image/eps", EPS);
+        epsMimeTypeExt.put("image/x-eps", EPS);
+        epsMimeTypeExt.put("application/postscript", "ai");

Review Comment:
   test all eps mime types



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to