git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Fri, 10 Dec 2021 10:22:28 +0000 (10:22 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Fri, 10 Dec 2021 10:22:28 +0000 (10:22 +0000)
server/user.jobengine.osgi.server/test/user/jobengine/server/JobIntegrationTest.java

index 608a3524230f23d3b8e75cc89a2846d1e9078152..7780e1b6c2867a946a40c9c754a975c94b02f82f 100644 (file)
@@ -20,7 +20,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //els� jobstep el�tt
+       // els� jobstep el�tt
        public void testWait_Executor_Stage1() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.WAIT_EXECUTOR;
@@ -44,7 +44,7 @@ public class JobIntegrationTest extends JobIntegration {
                assertEquals(Variable1, sut.getVariable(VAR1));
                assertEquals(Variable2, sut.getVariable(VAR2));
                assertEquals(6, index);
-               //              assertEquals(ImportWriteDataToDBStep.class, stack.get(--index));
+               // assertEquals(ImportWriteDataToDBStep.class, stack.get(--index));
                assertEquals(2, stack.get(--index));
                assertEquals(Variable2, stack.get(--index));
                assertEquals(Variable1, stack.get(--index));
@@ -53,7 +53,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //els� jobstep el�tt
+       // els� jobstep el�tt
        public void testSuspend_Stage1() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.SUSPENDED;
@@ -79,7 +79,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //els� jobstep
+       // els� jobstep
        public void testExecuting_Stage1() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.EXECUTING;
@@ -101,7 +101,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //els� jobstep ut�n
+       // els� jobstep ut�n
        public void testRunable_Stage1() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.RUNABLE;
@@ -130,7 +130,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //els� jobstep ut�n, user v�laszra v�rva
+       // els� jobstep ut�n, user v�laszra v�rva
        public void testWait_UserMessage() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.WAIT_USERMESSAGE;
@@ -155,7 +155,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //user v�lasz ut�n, m�sodik jobstep el�tt 
+       // user v�lasz ut�n, m�sodik jobstep el�tt
        public void testRunable_Stage2() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.RUNABLE;
@@ -189,7 +189,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //m�sodik jobstep el�tt
+       // m�sodik jobstep el�tt
        public void testWait_Executor_Stage2() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.WAIT_EXECUTOR;
@@ -217,7 +217,7 @@ public class JobIntegrationTest extends JobIntegration {
                final Stack<Object> stack = sut.getStack();
                int index = stack.size();
                assertEquals(6, index);
-               //              assertEquals(ImportWriteDataToDBStep.class, stack.get(--index));
+               // assertEquals(ImportWriteDataToDBStep.class, stack.get(--index));
                assertEquals(2, stack.get(--index));
                assertEquals(0, stack.get(--index));
                assertEquals(Variable1, stack.get(--index));
@@ -226,7 +226,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //m�sodik jobstep
+       // m�sodik jobstep
        public void testExecuting_Stage2() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.EXECUTING;
@@ -253,7 +253,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //m�sodik jobstep k�zben suspend
+       // m�sodik jobstep k�zben suspend
        public void testSuspend_Stage2() throws Exception {
                // Fixture
                parameters.put(STEPRUN_IN_SECONDS, 10);
@@ -290,7 +290,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //m�sodik jobstep k�zben suspend/resume
+       // m�sodik jobstep k�zben suspend/resume
        public void testResume_Stage2() throws Exception {
                // Fixture
                parameters.put(STEPRUN_IN_SECONDS, 1);
@@ -330,7 +330,7 @@ public class JobIntegrationTest extends JobIntegration {
        }
 
        @Test
-       //els� jobstep ut�n
+       // els� jobstep ut�n
        public void testFinished() throws Exception {
                // Fixture
                final JobStatus status = JobStatus.FINISHED;