mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Added test case for ds1 containing groups
This commit is contained in:
parent
8806b86faa
commit
20b7908efb
@ -95,4 +95,10 @@ public class DS1Test extends RiiabloTest {
|
||||
public void townN1() {
|
||||
DS1 ds1 = testDs1(Gdx.files.internal("test/townN1.ds1"));
|
||||
}
|
||||
|
||||
@Test
|
||||
@DisplayName("data\\global\\tiles\\ACT1\\OUTDOORS\\pud.ds1")
|
||||
public void pud() {
|
||||
DS1 ds1 = testDs1(Gdx.files.internal("test/pud.ds1"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user