tests/run.py
changeset 2276 ec80019740ea
parent 1690 376e75215f35
child 2294 be2c150d1a1f
--- 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())