Cleanup
This commit is contained in:
parent
e52e68a08e
commit
1e4cfafdaa
1 changed files with 2 additions and 3 deletions
|
|
@ -2281,13 +2281,12 @@ class TestPuzzles(CommandTest):
|
||||||
expected.update({'dirt': nresolutions})
|
expected.update({'dirt': nresolutions})
|
||||||
self._check_room_contents(expected)
|
self._check_room_contents(expected)
|
||||||
|
|
||||||
# parts don't survive resolution
|
# Uppercase puzzle name
|
||||||
# and no result is produced
|
|
||||||
balloon = create_object(
|
balloon = create_object(
|
||||||
self.object_typeclass,
|
self.object_typeclass,
|
||||||
key='Balloon', location=self.char1.location)
|
key='Balloon', location=self.char1.location)
|
||||||
parts = ['Balloon']
|
parts = ['Balloon']
|
||||||
results = ['Balloon'] # FIXME: we don't want results
|
results = ['Balloon']
|
||||||
recipe_dbref = self._good_recipe(
|
recipe_dbref = self._good_recipe(
|
||||||
'boom!!!', # FIXME: uppercase name fails
|
'boom!!!', # FIXME: uppercase name fails
|
||||||
parts, results,
|
parts, results,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue