diff options
Diffstat (limited to 'test/TestPilgrimage.py')
| -rw-r--r-- | test/TestPilgrimage.py | 8 |
1 files changed, 4 insertions, 4 deletions
| diff --git a/test/TestPilgrimage.py b/test/TestPilgrimage.py index 4c5e259..328156d 100644 --- a/test/TestPilgrimage.py +++ b/test/TestPilgrimage.py | |||
| @@ -18,7 +18,7 @@ class TestPilgrimageWithRoofAndPaintings(LingoTestBase): | |||
| 18 | options = { | 18 | options = { |
| 19 | "enable_pilgrimage": "true", | 19 | "enable_pilgrimage": "true", |
| 20 | "shuffle_colors": "false", | 20 | "shuffle_colors": "false", |
| 21 | "shuffle_doors": "complex", | 21 | "shuffle_doors": "doors", |
| 22 | "pilgrimage_allows_roof_access": "true", | 22 | "pilgrimage_allows_roof_access": "true", |
| 23 | "pilgrimage_allows_paintings": "true", | 23 | "pilgrimage_allows_paintings": "true", |
| 24 | "early_color_hallways": "false" | 24 | "early_color_hallways": "false" |
| @@ -39,7 +39,7 @@ class TestPilgrimageNoRoofYesPaintings(LingoTestBase): | |||
| 39 | options = { | 39 | options = { |
| 40 | "enable_pilgrimage": "true", | 40 | "enable_pilgrimage": "true", |
| 41 | "shuffle_colors": "false", | 41 | "shuffle_colors": "false", |
| 42 | "shuffle_doors": "complex", | 42 | "shuffle_doors": "doors", |
| 43 | "pilgrimage_allows_roof_access": "false", | 43 | "pilgrimage_allows_roof_access": "false", |
| 44 | "pilgrimage_allows_paintings": "true", | 44 | "pilgrimage_allows_paintings": "true", |
| 45 | "early_color_hallways": "false" | 45 | "early_color_hallways": "false" |
| @@ -62,7 +62,7 @@ class TestPilgrimageNoRoofNoPaintings(LingoTestBase): | |||
| 62 | options = { | 62 | options = { |
| 63 | "enable_pilgrimage": "true", | 63 | "enable_pilgrimage": "true", |
| 64 | "shuffle_colors": "false", | 64 | "shuffle_colors": "false", |
| 65 | "shuffle_doors": "complex", | 65 | "shuffle_doors": "doors", |
| 66 | "pilgrimage_allows_roof_access": "false", | 66 | "pilgrimage_allows_roof_access": "false", |
| 67 | "pilgrimage_allows_paintings": "false", | 67 | "pilgrimage_allows_paintings": "false", |
| 68 | "early_color_hallways": "false" | 68 | "early_color_hallways": "false" |
| @@ -117,7 +117,7 @@ class TestPilgrimageYesRoofNoPaintings(LingoTestBase): | |||
| 117 | options = { | 117 | options = { |
| 118 | "enable_pilgrimage": "true", | 118 | "enable_pilgrimage": "true", |
| 119 | "shuffle_colors": "false", | 119 | "shuffle_colors": "false", |
| 120 | "shuffle_doors": "complex", | 120 | "shuffle_doors": "doors", |
| 121 | "pilgrimage_allows_roof_access": "true", | 121 | "pilgrimage_allows_roof_access": "true", |
| 122 | "pilgrimage_allows_paintings": "false", | 122 | "pilgrimage_allows_paintings": "false", |
| 123 | "early_color_hallways": "false" | 123 | "early_color_hallways": "false" |
