adjust classreader tests for new directory structure

This commit is contained in:
Jake Potrebic
2024-12-15 14:45:40 -08:00
parent 4cc2be301d
commit 7617b7cd09
5 changed files with 7 additions and 48 deletions

View File

@@ -18,7 +18,7 @@ import org.objectweb.asm.tree.MethodNode;
@Normal
public class EntityRemoveEventTest {
@ClassNodeTest(value = {ClassNodeTest.ClassType.CRAFT_BUKKIT, ClassNodeTest.ClassType.MINECRAFT_MODIFIED, ClassNodeTest.ClassType.MINECRAFT_UNMODIFIED},
@ClassNodeTest(value = ClassNodeTest.ClassType.CRAFT_BUKKIT,
excludedClasses = EntityAccess.class,
excludedPackages = "net/minecraft/gametest/framework")
public void testForMissing(ClassNode classNode) throws ClassNotFoundException {