Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 46994 invoked from network); 4 Mar 2010 13:58:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 13:58:34 -0000 Received: (qmail 5369 invoked by uid 500); 4 Mar 2010 13:58:24 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 5317 invoked by uid 500); 4 Mar 2010 13:58: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, commits@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 5310 invoked by uid 99); 4 Mar 2010 13:58:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 13:58:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 04 Mar 2010 13:58:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6908C23888FE; Thu, 4 Mar 2010 13:58:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r918991 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py Date: Thu, 04 Mar 2010 13:58:03 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100304135803.6908C23888FE@eris.apache.org> Author: stsp Date: Thu Mar 4 13:58:03 2010 New Revision: 918991 URL: http://svn.apache.org/viewvc?rev=918991&view=rev Log: * subversion/tests/cmdline/patch_tests.py: Shorten all test docstrings. Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=918991&r1=918990&r2=918991&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Thu Mar 4 13:58:03 2010 @@ -50,7 +50,7 @@ #Tests def patch(sbox): - "apply a patch" + "basic patch" sbox.build() wc_dir = sbox.wc_dir @@ -220,7 +220,7 @@ def patch_absolute_paths(sbox): - "apply a patch containing absolute paths" + "patch containing absolute paths" sbox.build() wc_dir = sbox.wc_dir @@ -284,7 +284,7 @@ 1) # dry-run def patch_offset(sbox): - "apply a patch with offset searching" + "patch with offset searching" sbox.build() wc_dir = sbox.wc_dir @@ -497,7 +497,7 @@ 1) # dry-run def patch_chopped_leading_spaces(sbox): - "apply a patch with chopped leading spaces" + "patch with chopped leading spaces" sbox.build() wc_dir = sbox.wc_dir @@ -667,7 +667,7 @@ def patch_strip1(sbox): - "apply a patch with -p1" + "patch with -p1" sbox.build() wc_dir = sbox.wc_dir @@ -837,7 +837,7 @@ '-p1') def patch_add_new_dir(sbox): - "apply a patch with missing dirs" + "patch with missing dirs" sbox.build() wc_dir = sbox.wc_dir @@ -913,7 +913,7 @@ 1) # dry-run def patch_reject(sbox): - "apply a patch which is rejected" + "patch which is rejected" sbox.build() wc_dir = sbox.wc_dir @@ -983,7 +983,7 @@ 1) # dry-run def patch_keywords(sbox): - "apply a patch containing keywords" + "patch containing keywords" sbox.build() wc_dir = sbox.wc_dir @@ -1044,7 +1044,7 @@ 1) # dry-run def patch_with_fuzz(sbox): - "apply a patch with fuzz" + "patch with fuzz" sbox.build() wc_dir = sbox.wc_dir @@ -1183,7 +1183,7 @@ 1) # dry-run def patch_reverse(sbox): - "apply a patch in reverse" + "patch in reverse" sbox.build() wc_dir = sbox.wc_dir