From 1a825c88dc9b20b18bac1c7d9ecb86e002fa3072 Mon Sep 17 00:00:00 2001 From: David Allen Date: Tue, 13 Nov 2018 17:22:00 -0600 Subject: [PATCH] repair a unit test --- tests/unit/main_html5/factory-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/main_html5/factory-tests.js b/tests/unit/main_html5/factory-tests.js index 5e7dc2a9..4ce6e3df 100644 --- a/tests/unit/main_html5/factory-tests.js +++ b/tests/unit/main_html5/factory-tests.js @@ -37,7 +37,7 @@ describe('main_html5 factory tests', function () { it('should provide a list of supported encodings', function(){ // This is controlled by document.createElement("video").canPlayType(type); - expect(pluginFactory.encodings).to.eql([OO.VIDEO.ENCODING.MP4, OO.VIDEO.ENCODING.OGG, OO.VIDEO.ENCODING.M4A, OO.VIDEO.ENCODING.WEBM, OO.VIDEO.ENCODING.HLS, OO.VIDEO.ENCODING.AKAMAI_HD2_VOD_HLS, OO.VIDEO.ENCODING.AKAMAI_HD2_HLS, OO.VIDEO.ENCODING.AUDIO_HLS]); + expect(pluginFactory.encodings).to.eql([OO.VIDEO.ENCODING.MP4, OO.VIDEO.ENCODING.AUDIO_OGG, OO.VIDEO.ENCODING.AUDIO_M4A, OO.VIDEO.ENCODING.WEBM, OO.VIDEO.ENCODING.HLS, OO.VIDEO.ENCODING.AKAMAI_HD2_VOD_HLS, OO.VIDEO.ENCODING.AKAMAI_HD2_HLS, OO.VIDEO.ENCODING.AUDIO_HLS]); }); it('should provide a list of supported features', function(){