git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Tue, 18 Jan 2022 22:59:19 +0000 (22:59 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Tue, 18 Jan 2022 22:59:19 +0000 (22:59 +0000)
server/user.jobengine.osgi.server/test/user/jobengine/server/actions/SuspendWaitExecutorActionTest.java

index c820b02ba12807b4d1451d23798ee96100c4a791..d9d65baa4f2b6aaf7be57fd3523e952ec89740b4 100644 (file)
@@ -12,7 +12,7 @@ public class SuspendWaitExecutorActionTest extends ActionTest {
                // Fixture
                final IJobStatusAction sut = new SuspendWaitExecutorAction(); 
                context.checking(new Expectations() {{
-               one (jobRuntime).setStatus(JobStatus.RUNABLE);
+               one (jobRuntime).setStatus(JobStatus.RUNNABLE);
                one (jobRuntime).saveStatus();
                one (jobRuntime).setStatus(JobStatus.SUSPENDED);
                one (jobRuntime).restoreStack();