Merge "Update tests to use Gerrit 2.9.2"

This commit is contained in:
Jenkins 2014-12-30 17:04:29 +00:00 committed by Gerrit Code Review
commit 63d9ceffb8
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ from testtools import content
from git_review.tests import utils
WAR_URL = 'http://gerrit-releases.storage.googleapis.com/gerrit-2.8.6.1.war'
WAR_URL = 'https://gerrit-releases.storage.googleapis.com/gerrit-2.9.2.war'
# Update GOLDEN_SITE_VER for every change altering golden site, including
# WAR_URL changes. Set new value to something unique (just +1 it for example)
GOLDEN_SITE_VER = '1'
GOLDEN_SITE_VER = '2'
class GerritHelpers(object):