mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Don't forget to queue the job!
This commit is contained in:
parent
09c3240364
commit
9dac375a31
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ JobTests::testResizePartition()
|
|||
QVERIFY( partition );
|
||||
|
||||
ResizePartitionJob* job = new ResizePartitionJob( m_device.data(), partition, newFirst, newLast );
|
||||
job->updatePreview();
|
||||
m_queue.enqueue( job_ptr( job ) );
|
||||
QVERIFY( m_runner.run() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue