TestServerGen: Change to test against AnvilWorld to avoid a format mismatch between the server and the test world.
This commit is contained in:
parent
a1830fee05
commit
5740ea3324
2
tests.py
2
tests.py
@ -471,7 +471,7 @@ class TestAnvil(TestAlphaLevel):
|
|||||||
class TestServerGen(unittest.TestCase):
|
class TestServerGen(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
# self.alphaLevel = TempLevel("Dojo_64_64_128.dat")
|
# self.alphaLevel = TempLevel("Dojo_64_64_128.dat")
|
||||||
self.alphalevel = TempLevel("PyTestWorld")
|
self.alphalevel = TempLevel("AnvilWorld")
|
||||||
|
|
||||||
def testCreate(self):
|
def testCreate(self):
|
||||||
gen = MCServerChunkGenerator()
|
gen = MCServerChunkGenerator()
|
||||||
|
Reference in New Issue
Block a user