Bug 1145407: Another mochitest 3 bustage fix on CLOSED TREE. r=bustage

--HG--
extra : amend_source : b35ca98cbfb6d3e745dbb1d7fbfa36f9f3ba93a4
This commit is contained in:
Byron Campen [:bwc] 2015-03-23 10:29:53 -07:00
Родитель 534d79b207
Коммит ae13d463e0
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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";
});
}
]);