mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user