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 15D1C178F1 for ; Wed, 3 Jun 2015 00:14:55 +0000 (UTC) Received: (qmail 92790 invoked by uid 500); 2 Jun 2015 22:28:14 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 92762 invoked by uid 500); 2 Jun 2015 22:28:14 -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 92751 invoked by uid 99); 2 Jun 2015 22:28:14 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2015 22:28:14 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 3D29DAC048D for ; Tue, 2 Jun 2015 22:28:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1683196 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Date: Tue, 02 Jun 2015 22:28:14 -0000 To: commits@subversion.apache.org From: philip@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150602222814.3D29DAC048D@hades.apache.org> Author: philip Date: Tue Jun 2 22:28:13 2015 New Revision: 1683196 URL: http://svn.apache.org/r1683196 Log: (empty) Modified: subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Modified: subversion/trunk/subversion/tests/libsvn_fs/fs-test.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs/fs-test.c?rev=1683196&r1=1683195&r2=1683196&view=diff ============================================================================== --- subversion/trunk/subversion/tests/libsvn_fs/fs-test.c (original) +++ subversion/trunk/subversion/tests/libsvn_fs/fs-test.c Tue Jun 2 22:28:13 2015 @@ -4349,7 +4349,7 @@ check_txn_related(const svn_test_opts_t svn_revnum_t youngest_rev = 0; /* Create a filesystem and repository. */ - SVN_ERR(svn_test__create_fs(&fs, "test-repo-check-related", + SVN_ERR(svn_test__create_fs(&fs, "test-repo-check-txn-related", opts, pool)); /*** Step I: Build up some state in our repository through a series