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


##########
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);

Review Comment:
   There are 4 extensions that have been added.  I like to test them all



-- 
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