mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1152153 - [EME] test_eme_persistent_sessions does not handle multi-stream cases - r=edwin
This commit is contained in:
parent
f94f0a8a34
commit
0e247a1d84
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user