summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/ArtTest.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.13.1md_52018-08-26-4/+6
|
* Update to Minecraft 1.13-pre7md_52018-07-15-14/+16
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-1/+1
|
* [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305t00thpick12014-01-16-1/+1
|
* Add isRecord and new material method tests.Wesley Wolfe2012-12-14-7/+6
| | | | | Cleaned up all of the CraftBukkit tests, including moving some tests from MaterialTest to PerMaterialTest.
* Add CraftArt mappings for Wither. Fixes BUKKIT-2667.Wesley Wolfe2012-11-01-0/+23
| | | | | | | | | | | | The static assertions are not normally evaluated in the JVM, and failed to fail when the enums went from size 25 to size 26. This meant missing values would not be detected at runtime and instead return null, compounding problems later. The switches should never evaluate to null so will instead throw runtime assertion errors. Additional unit tests were added to detect new paintings and assure they have proper, unique mappings. The test checks both that a mapping exists, is not null, and does not duplicate another mapping.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-3/+3
|
* Add some testingErik Broes2012-01-29-0/+43