Fix issue with non atomic transition to running state
After popping a job from input queue
This commit is contained in:
parent
7352e1a01a
commit
7e070d393e
3 changed files with 18 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue