0 Replies Latest reply on May 10, 2006 7:10 PM by hosierdm

    UserDbTest.testUser() wiped database

    hosierdm

      I'm trying to learn the Identity module, so I ran the UserDbTest.testUser() test case. My hibernate config points to the actual database I'm using for development. When I ran the test, I ended up with a wiped out database! All my tables are gone...vanished. Maybe the Identity DB test cases are meant to point to an empty database and create and clean up afterwards. If that's the case, then a huge fat warning in each test class would be advised. So is this normal behavior for these specific test classes? Luckily I didn't really have anything too important in there.