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 7A93917C49 for ; Tue, 17 Feb 2015 20:16:55 +0000 (UTC) Received: (qmail 52962 invoked by uid 500); 17 Feb 2015 20:16:46 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 52930 invoked by uid 500); 17 Feb 2015 20:16:46 -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 52920 invoked by uid 99); 17 Feb 2015 20:16:45 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 20:16:45 +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 B4FB0AC006E for ; Tue, 17 Feb 2015 20:16:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1660487 - /subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c Date: Tue, 17 Feb 2015 20:16:45 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150217201645.B4FB0AC006E@hades.apache.org> Author: rhuijben Date: Tue Feb 17 20:16:45 2015 New Revision: 1660487 URL: http://svn.apache.org/r1660487 Log: * subversion/tests/libsvn_wc/entries-compat.c (TESTING_DATA): Turn 'I' into a file to allow setting a changelist on it without raising alarm bells. Modified: subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c Modified: subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c?rev=1660487&r1=1660486&r2=1660487&view=diff ============================================================================== --- subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c (original) +++ subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c Tue Feb 17 20:16:45 2015 @@ -131,7 +131,7 @@ static const char * const TESTING_DATA = " null, null, null, null, null);" "insert into nodes values (" " 1, 'I', 0, '', 1, 'I', 1, 'normal'," - " null, null, 'dir', '()', null, null, null, 1, " TIME_1s ", '" AUTHOR_1 "'," + " null, null, 'file', '()', null, null, null, 1, " TIME_1s ", '" AUTHOR_1 "'," " null, null, null, null, null);" "insert into nodes values (" " 1, 'J', 0, '', 1, 'J', 1, 'normal'," @@ -179,7 +179,7 @@ static const char * const TESTING_DATA = the value 1 is just 'good enough' to make the nodes WORKING nodes. */ "insert into nodes values (" " 1, 'I', 1, '', 2, 'some/dir', 2, 'normal'," - " null, null, 'dir', '()', 'immediates', null, null, 2, " TIME_2s ", '" AUTHOR_2 "'," + " null, null, 'file', '()', 'immediates', null, null, 2, " TIME_2s ", '" AUTHOR_2 "'," " null, null, null, null, null);" "insert into nodes values (" " 1, 'J', 1, '', null, null, null, 'normal',"