Hi, I am getting following error when I am trying to run unit tests using clound cover
javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.google.appengine.testing.cloudcover.client.model.NewRunResult com.google.appengine.testing.cloudcover.client.CloudCoverService.createNewRun(java.lang.String)' threw an unexpected exception: java.lang.NoClassDefFoundError: junit/ framework/TestListener I am able to run same tests locally without any problems. I have made following changes for these working local tests: > Removed LocalServiceTestHelper as the local test environment is not needed > Then followed the steps described at http://code.google.com/p/cloudcover/ Please let me know if I am missing any steps. Thanks & Regards, Ramesh -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
