Error running TestColladaLoading

I get the following exception when running the TestColladaLoading.

Anyone else have problems with it?

Could this be a bug in the engine or the test class?

I am using the latest version from CVS.



java.lang.ClassCastException: com.jme.scene.Node

at com.jmex.model.collada.ColladaImporter.getSkeleton(ColladaImporter.java:416)

at jmetest.renderer.loader.TestColladaLoading.simpleInitGame(TestColladaLoading.java:78)

at com.jme.app.BaseSimpleGame.initGame(BaseSimpleGame.java:497)

at com.jme.app.BaseGame.start(BaseGame.java:56)

at jmetest.renderer.loader.TestColladaLoading.main(TestColladaLoading.java:34)

Yep, getting it here. A bug was fixed in the importer that exposed a bug in the exporter. That has since been fixed, but we haven't re-exported the model. I'll get a new model out as soon as I can.

The man.dae file has been fixed.