[appengine-java] Re: Testing with JDO

2010-10-25 Thread Daniel Blasco
Thank you Didier. This is my BaseTest.java and works perfect now: package ...; import static org.junit.Assert.assertEquals; import java.util.Date; import java.util.List; import javax.jdo.PersistenceManager; import org.junit.After; import org.junit.Before; import org.junit.Test; import com...

[appengine-java] Testing with JDO

2010-10-22 Thread Daniel Blasco
Hi, I'm using GAE 1.3.5 and JUnit 4. I want to test a GAE App which uses JDO. Firstly I read the "HowTo" in the GAE official site: http://code.google.com/appengine/docs/java/tools/localunittesting.html But there is no clues. In this page http://blog.appenginefan.com/2009/05/jdo-and-unit-tests.htm