# HG changeset patch # User Sverre Rabbelier # Date 1236359612 0 # Node ID 376e75215f35ba2dce55aaa11da7fe522ba238f0 # Parent 72dd9688627c9c266ba21e4fd0003a12abe587ac Set CURRENT_VERSION_ID in run.py It is used by params.constructParams. Patch by: Sverre Rabbelier diff -r 72dd9688627c -r 376e75215f35 tests/run.py --- a/tests/run.py Fri Mar 06 17:13:13 2009 +0000 +++ b/tests/run.py Fri Mar 06 17:13:32 2009 +0000 @@ -42,6 +42,7 @@ os.environ['SERVER_PORT'] = '8080' os.environ['APPLICATION_ID'] = 'test-app-run' os.environ['USER_EMAIL'] = 'test@example.com' + os.environ['CURRENT_VERSION_ID'] = 'testing-version' import main as app_main from google.appengine.api import apiproxy_stub_map from google.appengine.api import datastore_file_stub