Index: TestContainerAwareDetector.java
===================================================================
--- TestContainerAwareDetector.java	(revision 1501136)
+++ TestContainerAwareDetector.java	(working copy)
@@ -172,6 +172,11 @@
         assertTypeByData("testLotusEml.eml", "message/rfc822");
      }
 
+    public void testDetectGroupwiseEml() throws Exception {
+        // Groupwise .eml files make use of the case independence of eml headers
+        assertTypeByData("testGroupwiseEml.eml", "message/rfc822");
+     }    
+    
     public void testDetectODF() throws Exception {
         assertTypeByData("testODFwithOOo3.odt", "application/vnd.oasis.opendocument.text");
         assertTypeByData("testOpenOffice2.odf", "application/vnd.oasis.opendocument.formula");
