Fix test names

This commit is contained in:
Arjan Molenaar 2020-07-21 09:54:01 +02:00
parent 833b20bcba
commit c3583d1652
3 changed files with 311 additions and 396 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ class CyclicDiagramTestCase(TestCase):
This does not nearly resemble the error, since the model should
be loaded from within the mainloop (which will delay all updates).
"""
path = distribution().locate_file("test-models/diagram-#4.gaphor")
path = distribution().locate_file("test-models/dbus.gaphor")
load(path, self.element_factory, self.modeling_language)
def test_bug_idle(self):
@ -37,7 +37,7 @@ class CyclicDiagramTestCase(TestCase):
def handler():
try:
path = distribution().locate_file("test-models/diagram-#4.gaphor")
path = distribution().locate_file("test-models/dbus.gaphor")
load(path, self.element_factory, self.modeling_language)
finally:
Gtk.main_quit()