Merged BRANCHES/DEV/V4.0-BUG-FIX to HEAD:

33782: ALF-12714 Add 3GPP/3GPP2 video, and MP4 Audio mimetypes
   33783: Update Tika for more MP4/QuickTime support, and enable MP4 audio metadata extraction + "quick" testing


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@33788 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2012-02-08 23:22:32 +00:00
parent 2973bda755
commit 18e406eaa8
4 changed files with 15 additions and 3 deletions

View File

@@ -70,6 +70,10 @@ public class TikaAudioMetadataExtracterTest extends AbstractMetadataExtracterTes
{
testExtractFromMimetype(MimetypeMap.MIMETYPE_FLAC);
}
public void testMP4AudioExtraction() throws Exception
{
testExtractFromMimetype(MimetypeMap.MIMETYPE_AUDIO_MP4);
}
/**
* We don't have quite the usual metadata. Tests the descriptions one.