Fix CdPlayerTests

- Attempt to make these tests more reliable
- testPlayWithCdLoadedDeckOpen using wring latch count
  which may cause test failures.
- Relates to #343
This commit is contained in:
Janne Valkealahti
2017-04-10 15:20:49 +01:00
parent cf7b9d7e24
commit d92b4e54d0

View File

@@ -94,7 +94,7 @@ public class CdPlayerTests {
@Test
public void testPlayWithCdLoadedDeckOpen() throws Exception {
listener.reset(3, 0, 0);
listener.reset(4, 0, 0);
player.eject();
player.load(library.getCollection().get(0));
player.play();