Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60080200BED for ; Sun, 1 Jan 2017 12:31:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5284E160B38; Sun, 1 Jan 2017 11:31:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C1309160B20 for ; Sun, 1 Jan 2017 12:31:23 +0100 (CET) Received: (qmail 17409 invoked by uid 500); 1 Jan 2017 11:31:22 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 17399 invoked by uid 99); 1 Jan 2017 11:31:22 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2017 11:31:22 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2F3E63A022C for ; Sun, 1 Jan 2017 11:31:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1776840 - /subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py Date: Sun, 01 Jan 2017 11:31:21 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170101113122.2F3E63A022C@svn01-us-west.apache.org> archived-at: Sun, 01 Jan 2017 11:31:24 -0000 Author: stefan2 Date: Sun Jan 1 11:31:21 2017 New Revision: 1776840 URL: http://svn.apache.org/viewvc?rev=1776840&view=rev Log: Fix ra-local tests. * subversion/tests/cmdline/svnauthz_tests.py (svnauthz_accessof_is_repo_test): Update test expectation. Modified: subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py Modified: subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py?rev=1776840&r1=1776839&r2=1776840&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py Sun Jan 1 11:31:21 2017 @@ -753,7 +753,7 @@ def svnauthz_accessof_is_repo_test(sbox) # Check that --is returns 1 when the syntax is invalid with a url. expected_out = svntest.verify.RegexOutput( - ".*Error while parsing config file:", + ".*Error while parsing authz file:", match_all=False ) svntest.actions.run_and_verify_svnauthz(None, expected_out, 1, False,