[appengine-java] Re: TaskQueue API don't work in Unit Tests

2009-10-29 Thread Dominik Steiner
yes, i can confirm that i saw the same issue here in my unit test, where i then had to mock out the task queue calls in order to make it work, but would be nicer if it would run out of the box On Oct 28, 10:08 am, Patrizio Munzi wrote: > Hi all, > > I'm getting the following exception using Task

[appengine-java] Re: TaskQueue API don't work in Unit Tests

2009-11-13 Thread Steve Ziegler
Maybe not the cleanest code, but this code works for me with task queue testing, assuming all the right jars on the classpath, with LocalServiceTestCase being identical to the class online: public class TasksServiceTest extends LocalServiceTestCase { @Override public void setUp() thro