Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4933104F3 for ; Mon, 2 Dec 2013 14:50:21 +0000 (UTC) Received: (qmail 26077 invoked by uid 500); 2 Dec 2013 14:48:25 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 26044 invoked by uid 500); 2 Dec 2013 14:48:23 -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 26024 invoked by uid 99); 2 Dec 2013 14:48:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 14:48:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 14:48:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 345C02388993; Mon, 2 Dec 2013 14:48:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1547039 - /subversion/trunk/subversion/tests/cmdline/log_tests.py Date: Mon, 02 Dec 2013 14:48:01 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131202144801.345C02388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stefan2 Date: Mon Dec 2 14:48:00 2013 New Revision: 1547039 URL: http://svn.apache.org/r1547039 Log: * subversion/tests/cmdline/log_tests.py (log_auto_move): Run this test only when that feature is supported. Modified: subversion/trunk/subversion/tests/cmdline/log_tests.py Modified: subversion/trunk/subversion/tests/cmdline/log_tests.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/log_tests.py?rev=1547039&r1=1547038&r2=1547039&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/log_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/log_tests.py Mon Dec 2 14:48:00 2013 @@ -2545,6 +2545,7 @@ def verify_move_log(sbox, flag, has_move raise SVNLogParseError("Replace of '/trunk/D' with '/trunk/C' expected, %s of %s found" % paths[1]) @Issue(4355) +@SkipUnless(server_has_auto_move) def log_auto_move(sbox): "test --auto-moves flag"