Hi, I must be missing something, because I thought this would be dead simple...
I have a local app + datastore running on localhost:8080, I load data via the yaml scripts and the data is visible in the admin console. But my junit test does not find the data! I tried with LocalServiceTestHelper but I can't see if this is supposed to connect to the instance on localhost:8080. I also tried setBackingStoreLocation the the datastore file but that returns the same result. Any hints? I tried with http://code.google.com/appengine/docs/java/tools/localunittesting.html but this does not explain what a local service is. Is "local service" the localhost instance or a process started inside the unit test. Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
