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 E219C447D for ; Mon, 27 Jun 2011 16:49:06 +0000 (UTC) Received: (qmail 88230 invoked by uid 500); 27 Jun 2011 16:49:06 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 88187 invoked by uid 500); 27 Jun 2011 16:49:05 -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 88179 invoked by uid 99); 27 Jun 2011 16:49:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 16:49:05 +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, 27 Jun 2011 16:49:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 96DDD238896F for ; Mon, 27 Jun 2011 16:48:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1140236 - /subversion/trunk/subversion/tests/cmdline/log_tests.py Date: Mon, 27 Jun 2011 16:48:42 -0000 To: commits@subversion.apache.org From: pburba@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110627164842.96DDD238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pburba Date: Mon Jun 27 16:48:42 2011 New Revision: 1140236 URL: http://svn.apache.org/viewvc?rev=1140236&view=rev Log: * subversion/tests/cmdline/log_tests.py (log_on_nonexistent_path_and_valid_rev): No need to create a working copy in this test for issue #3937. 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=1140236&r1=1140235&r2=1140236&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/log_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/log_tests.py Mon Jun 27 16:48:42 2011 @@ -2012,7 +2012,7 @@ def log_with_unrelated_peg_and_operative def log_on_nonexistent_path_and_valid_rev(sbox): "log on nonexistent path does not error out" - sbox.build()#create_wc=False) + sbox.build(create_wc=False) real_path_real_rev = sbox.repo_url + '/A@1' real_path_bad_rev = sbox.repo_url + '/A@99' bad_url_bad_rev = sbox.repo_url + '/Z@99'