зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1145407: Another mochitest 3 bustage fix on CLOSED TREE. r=bustage
--HG-- extra : amend_source : b35ca98cbfb6d3e745dbb1d7fbfa36f9f3ba93a4
This commit is contained in:
Родитель
534d79b207
Коммит
ae13d463e0
|
@ -22,8 +22,8 @@
|
|||
},
|
||||
function PC_REMOTE_OVERRIDE_EXPECTED_STREAM_IDS(test) {
|
||||
Object.keys(
|
||||
test.pcRemote.expectedRemoteTrackTypesById).forEach(trackId => {
|
||||
test.pcRemote.expectedRemoteTrackTypesById[trackId].streamId = "foo";
|
||||
test.pcRemote.expectedRemoteTrackInfoById).forEach(trackId => {
|
||||
test.pcRemote.expectedRemoteTrackInfoById[trackId].streamId = "foo";
|
||||
});
|
||||
}
|
||||
]);
|
||||
|
@ -35,8 +35,8 @@
|
|||
},
|
||||
function PC_LOCAL_OVERRIDE_EXPECTED_STREAM_IDS(test) {
|
||||
Object.keys(
|
||||
test.pcLocal.expectedRemoteTrackTypesById).forEach(trackId => {
|
||||
test.pcLocal.expectedRemoteTrackTypesById[trackId].streamId = "foo";
|
||||
test.pcLocal.expectedRemoteTrackInfoById).forEach(trackId => {
|
||||
test.pcLocal.expectedRemoteTrackInfoById[trackId].streamId = "foo";
|
||||
});
|
||||
}
|
||||
]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче