Bug 1152153 - [EME] test_eme_persistent_sessions does not handle multi-stream cases - r=edwin

This commit is contained in:
Gerald Squelart 2015-04-14 17:53:11 +10:00
parent f94f0a8a34
commit 0e247a1d84

View File

@ -74,7 +74,6 @@ function startTest(test, token)
onsessionupdated: function(session) {
Log(token, "Session created");
var sessionId;
initialSession = session;
// Once the session has loaded and has all its keys usable, close
// all sessions without calling remove() on them.
@ -151,7 +150,7 @@ function startTest(test, token)
}
function beginTest() {
manager.runTests(gEMETests, startTest);
manager.runTests(gEMETests.filter(t => t.sessionCount === 1), startTest);
}
var prefs = [