Puzzle recipe with uppercase letter FAILS to be resolved
This commit is contained in:
parent
97dfcd81b5
commit
d46472d91b
1 changed files with 2 additions and 2 deletions
|
|
@ -2282,7 +2282,7 @@ class TestPuzzles(CommandTest):
|
||||||
parts = ['Balloon']
|
parts = ['Balloon']
|
||||||
results = ['Balloon'] # FIXME: we don't want results
|
results = ['Balloon'] # FIXME: we don't want results
|
||||||
recipe_dbref = self._good_recipe(
|
recipe_dbref = self._good_recipe(
|
||||||
'boom!!!',
|
'Boom!!!',
|
||||||
parts, results,
|
parts, results,
|
||||||
and_destroy_it=False,
|
and_destroy_it=False,
|
||||||
expected_count=3
|
expected_count=3
|
||||||
|
|
@ -2293,7 +2293,7 @@ class TestPuzzles(CommandTest):
|
||||||
sps = sorted(parts)
|
sps = sorted(parts)
|
||||||
expected = {key: len(list(grp)) for key, grp in itertools.groupby(sps)}
|
expected = {key: len(list(grp)) for key, grp in itertools.groupby(sps)}
|
||||||
|
|
||||||
self._arm(recipe_dbref, 'boom!!!', parts)
|
self._arm(recipe_dbref, 'Boom!!!', parts)
|
||||||
self._check_room_contents(expected)
|
self._check_room_contents(expected)
|
||||||
|
|
||||||
self._use(','.join(parts), 'You are a Genius')
|
self._use(','.join(parts), 'You are a Genius')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue