Update tests to use Gerrit 2.9.2

Gerrit 2.9 adds the '--all-reviewers' option to 'gerrit query', which
allows testing that reviewers have been successfully added to a patch
set in tests for new reviewer functionality.

Change-Id: I17f37c8fd46578b4a8cbfacee4eb8073972b2eee
This commit is contained in:
Michael Pratt 2014-12-04 19:23:17 +00:00
parent 045068e976
commit c894704cb7
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):