Fix test names
This commit is contained in:
parent
833b20bcba
commit
c3583d1652
File diff suppressed because it is too large
Load Diff
@ -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()
|
Loading…
Reference in New Issue
Block a user