summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrakeKitTests
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-10-18 12:20:25 +0200
committerDamiano Galassi <[email protected]>2016-10-18 12:20:25 +0200
commit63d6c558c067870ad9c4054a2b0ee678aae448c3 (patch)
tree3acfcaa7ca6b4d5b809170139c2106356a08753e /macosx/HandBrakeKitTests
parent96372c7a994d2fae09e5376645a3375d6a7fabed (diff)
MacGui: fix test build.
Diffstat (limited to 'macosx/HandBrakeKitTests')
-rw-r--r--macosx/HandBrakeKitTests/HBJobUndoTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HandBrakeKitTests/HBJobUndoTests.m b/macosx/HandBrakeKitTests/HBJobUndoTests.m
index c62d4b1f3..bff23198e 100644
--- a/macosx/HandBrakeKitTests/HBJobUndoTests.m
+++ b/macosx/HandBrakeKitTests/HBJobUndoTests.m
@@ -108,7 +108,7 @@
HBAudioTrack *t1 = self.job.audio.tracks[idx];
HBAudioTrack *t2 = self.modifiedJob.audio.tracks[idx];
- XCTAssertEqualObjects(t1.track, t2.track);
+ XCTAssertEqual(t1.sourceTrackIdx, t2.sourceTrackIdx);
}
}