This commit is contained in:
Henddher Pedroza 2018-11-11 19:17:52 -06:00
parent e52e68a08e
commit 1e4cfafdaa

View file

@ -2281,13 +2281,12 @@ class TestPuzzles(CommandTest):
expected.update({'dirt': nresolutions})
self._check_room_contents(expected)
# parts don't survive resolution
# and no result is produced
# Uppercase puzzle name
balloon = create_object(
self.object_typeclass,
key='Balloon', location=self.char1.location)
parts = ['Balloon']
results = ['Balloon'] # FIXME: we don't want results
results = ['Balloon']
recipe_dbref = self._good_recipe(
'boom!!!', # FIXME: uppercase name fails
parts, results,