# HG changeset patch # User Marcin Kuzminski # Date 2012-04-30 17:25:01 # Node ID 884fbc541d8df8e025586986b915188abede369c # Parent 727e1f922a89fb1d824a2d98dbbdab599c2d57e5 added more repos to crawler diff --git a/rhodecode/tests/rhodecode_crawler.py b/rhodecode/tests/rhodecode_crawler.py --- a/rhodecode/tests/rhodecode_crawler.py +++ b/rhodecode/tests/rhodecode_crawler.py @@ -45,7 +45,11 @@ from rhodecode.lib import vcs BASE_URI = 'http://127.0.0.1:5001/%s' PROJECT_PATH = jn('/', 'home', 'marcink', 'hg_repos') -PROJECTS = ['CPython', 'rhodecode_tip', 'mastergmat'] +PROJECTS = [ + 'linux-magx-pbranch', + 'CPython', + 'rhodecode_tip', +] cj = cookielib.FileCookieJar('/tmp/rc_test_cookie.txt')