[Closed] Compile error on trunk version (trivial)

Current trunk version has compile error on junit package.

(SavableALATest.java)

This class has wrong package declaration.

i saw the problem, updated, and the class was already gone :stuck_out_tongue:

That was me.  I did test before committing, but apparently JUnit via ant isn't as picky as Hudson/Maven about package locations.  The full Ant Junit run ran cleanly.  Anyways, I fixed the package location.  It was a copy & paste mistake.



Sorry 'bout that.