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

index 69f4e6bfb6e33474235532ac52a23c5b17010480..c3c858559d7f9ad5e5e544b7a4d6de0f4f46ae31 100644 (file)
@@ -12,7 +12,7 @@ public class DoneExecutingActionTest extends ActionTest {
                // Fixture
                final IJobStatusAction sut = new DoneExecutingAction(); 
                context.checking(new Expectations() {{
-               one (jobRuntime).setStatus(JobStatus.RUNABLE);
+               one (jobRuntime).setStatus(JobStatus.RUNNABLE);
                one (jobEngine).addToRunQueue(jobRuntime);
            }});