Fix issue with non atomic transition to running state

After popping a job from input queue
This commit is contained in:
tamasmeszaros 2021-12-02 14:55:52 +01:00
parent 7352e1a01a
commit 7e070d393e
3 changed files with 18 additions and 9 deletions

View file

@ -86,7 +86,7 @@ TEST_CASE("Cancellation should be recognized be the worker", "[Jobs]") {
REQUIRE(pri->pr != 100);
}
TEST_CASE("Cancel_all should remove all pending jobs", "[Jobs]") {
TEST_CASE("cancel_all should remove all pending jobs", "[Jobs]") {
using namespace Slic3r;
using namespace Slic3r::GUI;