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 2763D11F98 for ; Sun, 7 Sep 2014 12:48:58 +0000 (UTC) Received: (qmail 55827 invoked by uid 500); 7 Sep 2014 12:48:57 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 55793 invoked by uid 500); 7 Sep 2014 12:48:57 -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 55783 invoked by uid 99); 7 Sep 2014 12:48:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2014 12:48:57 +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; Sun, 07 Sep 2014 12:48:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6653F23888D2; Sun, 7 Sep 2014 12:48:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1623008 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c Date: Sun, 07 Sep 2014 12:48:34 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140907124834.6653F23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stefan2 Date: Sun Sep 7 12:48:34 2014 New Revision: 1623008 URL: http://svn.apache.org/r1623008 Log: * subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c (fuzzing_1_byte_test): Fix / complete commentary. No functional change. Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c?rev=1623008&r1=1623007&r2=1623008&view=diff ============================================================================== --- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c (original) +++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c Sun Sep 7 12:48:34 2014 @@ -136,13 +136,13 @@ fuzzing_1_byte_test(const svn_test_opts_ NULL, NULL, NULL, NULL, iterpool); /* Log changes that don't get detected. - In f7, this can only bits in the indexes. */ + In f7, this can only be bits in the indexes. */ if (!err) printf("Undetected mod at offset %"APR_UINT64_T_HEX_FMT " (%"APR_OFF_T_FMT"): 0x%02x -> 0x%02x\n", i, i, c_old, c_new); - /* Once we catch all changes, . */ + /* Once we catch all changes, assert that we do. */ /* SVN_TEST_ASSERT(err); */ svn_error_clear(err);