From ae13d463e0574cc933b9427b942c13387b5537f3 Mon Sep 17 00:00:00 2001 From: "Byron Campen [:bwc]" Date: Mon, 23 Mar 2015 10:29:53 -0700 Subject: [PATCH] Bug 1145407: Another mochitest 3 bustage fix on CLOSED TREE. r=bustage --HG-- extra : amend_source : b35ca98cbfb6d3e745dbb1d7fbfa36f9f3ba93a4 --- .../test_peerConnection_twoAudioTracksInOneStream.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html b/dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html index eaec863608f5..2ad0569cf945 100644 --- a/dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html +++ b/dom/media/tests/mochitest/test_peerConnection_twoAudioTracksInOneStream.html @@ -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"; }); } ]);