Made all unittests validate again.
This commit is contained in:
parent
2973b096e7
commit
2c47d6a66b
2 changed files with 3 additions and 3 deletions
|
|
@ -328,7 +328,7 @@ class TestDesc(BuildTest):
|
|||
self.assertEqual(self.obj1.db.desc, u"Test object")
|
||||
class TestDestroy(BuildTest):
|
||||
def test_call(self):
|
||||
self.execute_cmd("@destroy obj1, obj2", "obj1 was deleted.\nobj2 was deleted")
|
||||
self.execute_cmd("@destroy obj1, obj2", "obj1 was destroyed.\nobj2 was destroyed.")
|
||||
class TestFind(BuildTest):
|
||||
def test_call(self):
|
||||
self.execute_cmd("@find obj1", "One Match")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue