RE: Database dilemma

2005-08-31 Thread Pedro Nevado
For similar cases, I have a build/test_classes that I exclude from my production build with ant. Manually, it depends on your IDE. I use IDEA, and I can choose what tests classes I want to test. For this kind of tests, I use plain JUnit, whitout Cactus. Regards, Pedro Nevado -Mensaje original-

Database dilemma

2005-08-31 Thread David Turley
Hello everyone, I'm testing some struts actions that modify some rows in the database, but I don't want those modifications to stick, because then I have to set everything back to the way it was to get my database back to a known state. You'd think that if I changed a row, I could just cha