Skip to content

Commit 53fc48e

Browse files
committed
4.7.1
1 parent 7f99898 commit 53fc48e

File tree

1 file changed

+16
-16
lines changed
  • vpin-studio-server/src/test/java/de/mephisto/vpin/server/dof

1 file changed

+16
-16
lines changed

vpin-studio-server/src/test/java/de/mephisto/vpin/server/dof/DOFTest.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ public void testDof() throws Exception {
2222
System.out.println(realFilename);
2323
}
2424

25-
@Test
26-
public void testSync() {
27-
DOFSettings settings = new DOFSettings();
28-
// toaster is Doffy Duck / D0ffyDuck
29-
settings.setApiKey("KTmvUlykEgDqW6VgXxfpwTLdTu6ieiB7");
30-
settings.setInstallationPath("../testsystem/vPinball/dof64");
31-
DOFSynchronizationJob sync = new DOFSynchronizationJob(settings, "../resources/");
32-
33-
// run sync job
34-
JobDescriptor job = new JobDescriptor();
35-
sync.execute(job);
36-
37-
// check job completion
38-
assertEquals(1.0, job.getProgress());
39-
assertFalse(job.isErrorneous());
40-
}
25+
// @Test
26+
// public void testSync() {
27+
// DOFSettings settings = new DOFSettings();
28+
// // toaster is Doffy Duck / D0ffyDuck
29+
// settings.setApiKey("KTmvUlykEgDqW6VgXxfpwTLdTu6ieiB7");
30+
// settings.setInstallationPath("../testsystem/vPinball/dof64");
31+
// DOFSynchronizationJob sync = new DOFSynchronizationJob(settings, "../resources/");
32+
//
33+
// // run sync job
34+
// JobDescriptor job = new JobDescriptor();
35+
// sync.execute(job);
36+
//
37+
// // check job completion
38+
// assertEquals(1.0, job.getProgress());
39+
// assertFalse(job.isErrorneous());
40+
// }
4141
}

0 commit comments

Comments
 (0)