Skip to content

Commit

Permalink
Test: testFillBlocks calls fillBlocks with a blocksToReplace argument
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Nov 1, 2012
1 parent 3fb1b0c commit 30cfb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/anvil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def testFill(self):
cx, cz = level.allChunks.next()
box = BoundingBox((cx * 16, 0, cz * 16), (32, level.Height, 32))
level.fillBlocks(box, level.materials.WoodPlanks)
level.fillBlocks(box, level.materials.WoodPlanks, [level.materials.Stone])
level.saveInPlace()
c = level.getChunk(cx, cz)

Expand Down

0 comments on commit 30cfb1d

Please sign in to comment.