diff -r 030d014792c5 -r ec80019740ea tests/run.py --- a/tests/run.py Sat Apr 25 10:09:24 2009 +0200 +++ b/tests/run.py Sat Apr 25 10:13:06 2009 +0200 @@ -56,7 +56,7 @@ apiproxy_stub_map.apiproxy.RegisterStub('user', user_service_stub.UserServiceStub()) apiproxy_stub_map.apiproxy.RegisterStub('datastore', - datastore_file_stub.DatastoreFileStub('your_app_id', None, None)) + datastore_file_stub.DatastoreFileStub('test-app-run', None, None)) apiproxy_stub_map.apiproxy.RegisterStub('memcache', memcache_stub.MemcacheServiceStub()) apiproxy_stub_map.apiproxy.RegisterStub('mail', mail_stub.MailServiceStub())