From 676ba6206deb86cf8063ab3f894c4738fc3eeb89 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Mon, 8 Oct 2018 01:33:25 -0400 Subject: [PATCH] Fix MaterialTagTest deterministic ordering Tacos > Burritos --- Spigot-API-Patches/0158-Add-Material-Tags.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Spigot-API-Patches/0158-Add-Material-Tags.patch b/Spigot-API-Patches/0158-Add-Material-Tags.patch index 678d4d959..c4f672305 100644 --- a/Spigot-API-Patches/0158-Add-Material-Tags.patch +++ b/Spigot-API-Patches/0158-Add-Material-Tags.patch @@ -1,4 +1,4 @@ -From 9451a08ced2d13e369f3c2f4c3aea4b7615dd26b Mon Sep 17 00:00:00 2001 +From 6660a7217a5b429e5aa5c186e9f71c0fda561660 Mon Sep 17 00:00:00 2001 From: Aikar Date: Tue, 17 Jul 2018 01:27:15 -0400 Subject: [PATCH] Add Material Tags @@ -536,10 +536,10 @@ index 000000000..92bb0aef5 +} diff --git a/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java b/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java new file mode 100644 -index 000000000..01cf1041e +index 000000000..328c51471 --- /dev/null +++ b/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java -@@ -0,0 +1,23 @@ +@@ -0,0 +1,25 @@ +/* + * Copyright (c) 2018 Daniel Ennis (Aikar) MIT License + */ @@ -547,6 +547,7 @@ index 000000000..01cf1041e +package com.destroystokyo.paper; + +import org.bukkit.Bukkit; ++import org.bukkit.TestServer; +import org.junit.Test; + +import java.util.logging.Level; @@ -555,6 +556,7 @@ index 000000000..01cf1041e + @Test + public void testInitialize() { + try { ++ TestServer.getInstance(); + MaterialTags.SHULKER_BOXES.getValues(); + assert true; + } catch (Throwable e) {