Detect that the done flag was not set after repair fail
This commit is contained in:
parent
22bc37cb82
commit
32c9139ac2
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ class TestRepairLegacyStorages extends \Test\TestCase {
|
|||
$this->assertEquals($legacyStorageNumId, $this->getStorageId($this->legacyStorageId));
|
||||
$this->assertEquals($newStorageNumId, $this->getStorageId($this->newStorageId));
|
||||
|
||||
// set the done flag
|
||||
$this->assertEquals('yes', $this->config->getAppValue('core', 'repairlegacystoragesdone'));
|
||||
// do not set the done flag
|
||||
$this->assertNotEquals('yes', $this->config->getAppValue('core', 'repairlegacystoragesdone'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue