summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/craftbukkit
Commit message (Expand)AuthorAgeLines
* 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-33/+13
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-1/+1
* Handle profiles in SkullMeta, they don't store a string anymore.Travis Watkins2014-04-17-1/+3
* Add failing unit test for ItemMeta-repairabilityWesley Wolfe2014-01-14-0/+56
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-2/+16
* 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
* Add methods to check conflicting enchantments. Adds BUKKIT-3830GJ2013-03-25-0/+47
* Improve the item meta deserialization code-styleWesley Wolfe2013-01-18-2/+38
* Add ItemStackMapTestWesley Wolfe2013-01-15-0/+121
* Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237Wesley Wolfe2012-12-21-22/+491
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-8/+1590
* Add isRecord and new material method tests.Wesley Wolfe2012-12-14-14/+14
* Bulk pending cleanup.Wesley Wolfe2012-09-09-3/+3
* Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on ...EvilSeph2012-03-15-0/+3
* Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-u...Nathan Adams2012-02-16-0/+30
* Test cloning of CraftItemStacks created with null nms ItemStacksAndrew Ardill2011-12-29-0/+8
* Test cloning enchanted CraftItemStacksAndrew Ardill2011-12-20-0/+28