public class SoftwareTest extends UnitTest { @Before public void setup() { Fixtures.deleteAll(); // will fail if comment that. why????? } @
Maybe someone would repeat my mistake:
I also come across with this problem. In my case the problem had occured because I set column type integer, and tried to wrote long value. After changing column type it start to work.
column
integer
long