File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
vpin-studio-server/src/test/java/de/mephisto/vpin/server/dof Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments