forked from openlp/openlp
Oops, forgot a variable
This commit is contained in:
parent
48eeb50d02
commit
478d356d2e
@ -96,6 +96,7 @@ class TestProjectorDB(TestCase):
|
|||||||
"""
|
"""
|
||||||
self.projector.session.close()
|
self.projector.session.close()
|
||||||
self.projector = None
|
self.projector = None
|
||||||
|
retries = 0
|
||||||
while retries < 5:
|
while retries < 5:
|
||||||
try:
|
try:
|
||||||
if os.path.exists(TEST_DB):
|
if os.path.exists(TEST_DB):
|
||||||
|
@ -88,6 +88,7 @@ class ProjectorSourceFormTest(TestCase, TestMixin):
|
|||||||
self.projectordb.session.close()
|
self.projectordb.session.close()
|
||||||
del(self.projectordb)
|
del(self.projectordb)
|
||||||
del(self.projector)
|
del(self.projector)
|
||||||
|
retries = 0
|
||||||
while retries < 5:
|
while retries < 5:
|
||||||
try:
|
try:
|
||||||
if os.path.exists(TEST_DB):
|
if os.path.exists(TEST_DB):
|
||||||
|
Loading…
Reference in New Issue
Block a user