def test_force_unlock(self):
        guid = utils.create_guid()
        path = os.path.join(self.working_dir, '%s.h5' % guid)
        f1 = HDFLockingFile(path, 'a')

        HDFLockingFile.force_unlock(path)

        f2 = HDFLockingFile(path, 'a')