Tests

Just in case people weren’t following the JNLP discussion…



Tests are no longer in com.jme.test.* they are in jmetest.. So, make sure you write your new tests there.



This does two things, first, removes tests from the main API. I wasn’t comfortable with keeping the tests with the library. So, the tests jar can be downloaded seperately.



This also allows demos to be webstarted, so new users can quickly and easily try out jME without having to mess with anything.



So, remember to keep everything out of com.jme.test.
and use jmetest.*.



I’m going to investigate having the CVS repository wiped and allow us to recommit everything to clean things up.