t-artistik / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Unit tests fail with SDK 1.3.2 #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Our version of gaeunit.py has a hack in it to run tasks immediately. The 
hack does not work with SDK 1.3.2 (it worked with 1.3.1). The problem is all 
ours because the hack relies on a private method of the tasks api.

The tasks api can now handle adding multiple tasks at once. Perhaps there is 
a new method that gaeunit.py can override.

Original issue reported on code.google.com by sl...@google.com on 13 Apr 2010 at 12:03

GoogleCodeExporter commented 8 years ago
Fixed with r559.

Needed to override _Dynamic_BulkAdd.
The old method, _Dynamic_Add is not called even if only one task is added.

Original comment by steve.lamm on 13 Apr 2010 at 7:02