Re: [appengine-java] LocalDatastoreTest Error

2010-04-22 Thread Sudhir Ramanandi
Are you sure you have all the required jar files in classpath mentioned here http://code.google.com/appengine/docs/java/tools/localunittesting.html On Wed, Apr 21, 2010 at 7:13 PM, CodeMan chinu...@yahoo.com wrote: Hi, I am trying to unit testing. I copied the sample code on the site as is,

[appengine-java] LocalDatastoreTest Error

2010-04-21 Thread CodeMan
Hi, I am trying to unit testing. I copied the sample code on the site as is, but I get the error below. Here is the unit test code import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import