Skip to content

Commit

Permalink
Remove 3D-only test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 1, 2018
1 parent 9106e49 commit cc1b762
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions features/SingleBoxPacking.feature
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ Feature: BoxPacker
Then the packed box should have 1 items of type "Item A"
And the packed box should have 2 items of type "Item B"

Scenario: Packing an item which requires 3D rotation to fit
Given the box "Box", which has external dimensions 100mm w × 100mm l × 300mm d × 10g and internal dimensions 100mm w × 100mm l × 300mm d and has a max weight of 1500g
When I add 1 x "Item A" with dimensions 150mm w × 50mm l × 50mm d × 20g
And I do a volume-only packing
Then the packed box should have 1 items of type "Item A"

Scenario: Not 3D rotating unnecessarily (issue #53)
Given the box "Box", which has external dimensions 500mm w × 1000mm l × 500mm d × 0g and internal dimensions 500mm w × 1000mm l × 500mm d and has a max weight of 0g
When I add 1 x "Item A" with dimensions 500mm w × 500mm l × 500mm d × 0g
Expand Down

0 comments on commit cc1b762

Please sign in to comment.