Some tests crashing grass normal should be jpg not png

the title says it all really all the tests that would have that error

So update your tests.

Also don’t forget to recreate the test project after updating. Many people forget it and the error keeps ;P:

um well… I’m looking right at it in the eclipse svn viewer that reports grass_normal as a jpg and the test viewed again from svn gasp…refs it as png unless its a syncing issue some where

Looks like the texture was converted from png to jpg a few days ago but some of the tests were not updated. Some were.

He’s right - if you’re updating from the nightly builds in JMP, the JmeTests project doesn’t automatically update - you have to delete it and recreate it.



I worked around this annoyance by checking the engine project out of SVN and building it in its own local netbeans project, and I run the tests there.



I alternate between building my own project against the nightly build jars updated by JMP and my local build (which is sometimes broken by bad checkins).

Well, the code IS broken in SVN right now and has been for a few days… regardless of how one builds it or gets it.

pspeed said:
Well, the code IS broken in SVN right now and has been for a few days... regardless of how one builds it or gets it.

weird my svn is fine no red x's except for the conflicts listed above :? a recent update saw property config file eclipse downloaded bunped its head against my local version maybe that what's tripping u up

The test code will build. Some test code will not run. There is code in SVN that is referring to an asset that no longer exists.



grass_normal.png was converted to grass_normal.jpg. There are some files in trunk that still refer to grass_normal.png.



For example:

http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/test/jme3test/bullet/TestHoveringTank.java line 273



I’m behind in my SVN updates and trying to get my own Mythruna release out so I cannot fix these myself.

ah I get you that’s my complaint exactly