summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/SoundTest.java
Commit message (Collapse)AuthorAgeLines
* Add isRecord and new material method tests.Wesley Wolfe2012-12-14-2/+3
| | | | | Cleaned up all of the CraftBukkit tests, including moving some tests from MaterialTest to PerMaterialTest.
* Map org.bukkit.Sound to String values for sending to client.Wesley Wolfe2012-09-26-0/+17
This change was done to remove the internal sound names from the API. Along with moving the internal names into CraftBukkit, a unit test was added for any new sounds added in the API to assure they have a non-null mapping.