Skip to content
  • Igor Kushnir's avatar
    ItemRepositoryTestBase: delete the test repository during cleanup · 7af21c6c
    Igor Kushnir authored
    ItemRepositoryRegistry::deleteRepositoryFromDisk() only marks the
    repository for removal. Call ItemRepositoryRegistry::shutdown() to
    actually remove the files when done testing. Even though QTemporaryDir
    already removes the directory with all repository files in it, let us
    shut down the repositories properly to test their cleanup too.
    7af21c6c