Ok, got it :)
Add
private final LocalServiceTestHelper helper =
new LocalServiceTestHelper(new *LocalDatastoreService*
TestConfig());
and
${SDK_ROOT}/lib/impl/appengine-api-*.jar to your claspath.
--
You received this message because you are subscribed to the Google Groups
Maybe posting the whole JUnit file will help:
public class InitDatastore extends Common {
private final LocalServiceTestHelper helper =
new LocalServiceTestHelper(new LocalTaskQueueTestConfig());
@Before
public void setUp() {
helper.setUp();
}
@After
p