TestServerGen: Change to test against AnvilWorld to avoid a format mismatch between the server and the test world.

This commit is contained in:
David Vierra 2012-10-07 16:36:27 -10:00
parent a1830fee05
commit 5740ea3324

View File

@ -471,7 +471,7 @@ class TestAnvil(TestAlphaLevel):
class TestServerGen(unittest.TestCase):
def setUp(self):
# self.alphaLevel = TempLevel("Dojo_64_64_128.dat")
self.alphalevel = TempLevel("PyTestWorld")
self.alphalevel = TempLevel("AnvilWorld")
def testCreate(self):
gen = MCServerChunkGenerator()