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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user