On 15 Aug 2014, at 21:16, Benjamin Smedberg <[email protected]> wrote: >> I think we are also completely missing any automated test around the >> download of the plugin. That's what I'm working on right now. > That's great, thank you. Are you doing that testing using the "real" OpenH264 > (which would require the test harness to have access to the outside > internet), or a dummy plugin to basically unit-test the download mechanism?
We do have unit-test coverage of the update-check/download/install parts here: http://dxr.mozilla.org/mozilla-central/source/toolkit/modules/tests/xpcshell/test_GMPInstallManager.js Then there’s separate coverage of the AddonManager parts with download mocks browser_openH264.js/test_openH264.js. I think what we are missing automation-wise is coverage of GMPInstallManager & OpenH264Provider properly working together, non-mocked, now that the fake plugin etc. are in. Georg _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

