IMPORTANT : Update from CVS

Please update from CVS now : I made big changes in the org.xith3d.test package (created several subpackages for loaders, ui, terrain, collision, and so on).

Great job.

And I think that tests that remains in the original org.xith3d.test package should be moved elsewhere : The distinction between com.xith3d.test and org.xith3d.test isn’t always clear…

I think com.xith3d.test should contains tests of the core only and org.xith3d.test features of the toolkit. And I think they should be named accordingly :
For package org.xith3d.ui.hud then the test is org.xith3d.ui.hud.test or something like that. (For now I just made an unique org.xith3d.ui.test package but this can be changed).

[quote="<MagicSpark.org [ BlueSky ]>,post:3,topic:27704"]
And I think that tests that remains in the original org.xith3d.test package should be moved elsewhere : The distinction between com.xith3d.test and org.xith3d.test isn’t always clear…
[/quote]
I agree.

I changed each test class in the xog.xith3d.test package (and subpackages) so that they run with my new Xith3DTestStarter. Check it out and enjoy.

I’ve modified the entire xorg.xith3d.test package such that each test can be run by Xith3DTestStarter. And I’ve put each test into a subpackage. I’ve also eliminated some not needed or doublicate test classes.