summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit
Commit message (Expand)AuthorAgeLines
...
* Fix PerMaterialTest skipping useful tests for certain blocksThinkofdeath2015-01-25-4/+4
* Remove DEBUG_ALL_BLOCK_STATES due to it being brokenThinkofdeath2014-12-28-0/+1
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-0/+10
* Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-3/+3
* Disable some tests whilst issues with them are looked intoThinkofdeath2014-12-07-2/+2
* Update to Minecraft 1.8Thinkofdeath2014-11-28-42/+77
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
* Handle profiles in SkullMeta, they don't store a string anymore.Travis Watkins2014-04-17-1/+3
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2/+2
* [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305t00thpick12014-01-16-38/+62
* Add failing unit test for ItemMeta-repairabilityWesley Wolfe2014-01-14-0/+56
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-26/+58
* Make ItemFactoryTest.java platform agnostic. Fixes BUKKIT-4695Wesley Wolfe2013-08-14-4/+6
* Fix javac workaround in ItemStackTestWesley Wolfe2013-08-06-13/+10
* Add BukkitObjectIOStream tests on top of ItemMeta testsWesley Wolfe2013-08-06-9/+76
* Store item attributes. Addresses BUKKIT-4523Wesley Wolfe2013-07-27-0/+45
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
* Add methods to check conflicting enchantments. Adds BUKKIT-3830GJ2013-03-25-0/+47
* Implement unit test for hasGravity(). Adds BUKKIT-3832nitnelave2013-03-20-0/+10
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-2/+2
* Improve the item meta deserialization code-styleWesley Wolfe2013-01-18-2/+38
* Add ItemStackMapTestWesley Wolfe2013-01-15-0/+121
* Update unit test to reflect firework color fix. Fixes BUKKIT-3382Wesley Wolfe2013-01-05-1/+1
* Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-2/+2
* Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237Wesley Wolfe2012-12-21-22/+499
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-23/+1784
* Add isRecord and new material method tests.Wesley Wolfe2012-12-14-90/+122
* Add isSolid() tests for each materialWesley Wolfe2012-12-09-0/+45
* Improved the potion test to detect missing PotionType values.Wesley Wolfe2012-11-02-1/+31
* Add CraftArt mappings for Wither. Fixes BUKKIT-2667.Wesley Wolfe2012-11-01-0/+23
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-3/+3
* Map org.bukkit.Sound to String values for sending to client.Wesley Wolfe2012-09-26-0/+17
* Bulk pending cleanup.Wesley Wolfe2012-09-09-3/+3
* Add test for WorldType'sfeildmaster2012-08-02-0/+31
* Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on ...EvilSeph2012-03-15-0/+3
* Fixed AchievementTest.javafeildmaster2012-03-01-6/+2
* Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-u...Nathan Adams2012-02-16-0/+30
* [Bleeding] Added Potions API. Fixes BUKKIT-389fullwall2012-02-10-0/+27
* Add some testingErik Broes2012-01-29-0/+204
* Test cloning of CraftItemStacks created with null nms ItemStacksAndrew Ardill2011-12-29-0/+8
* Test cloning enchanted CraftItemStacksAndrew Ardill2011-12-20-0/+28