Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B98011CF1 for ; Sat, 16 Aug 2014 11:28:03 +0000 (UTC) Received: (qmail 32055 invoked by uid 500); 16 Aug 2014 11:28:03 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 32031 invoked by uid 500); 16 Aug 2014 11:28:03 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 32015 invoked by uid 99); 16 Aug 2014 11:28:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2014 11:28:03 +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; Sat, 16 Aug 2014 11:28:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AC1432388868; Sat, 16 Aug 2014 11:27:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1618335 - /pdfbox/branches/1.8/pdfbox/src/test/java/org/apache/pdfbox/util/PDFMergerUtilityTest.java Date: Sat, 16 Aug 2014 11:27:41 -0000 To: commits@pdfbox.apache.org From: tilman@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140816112741.AC1432388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tilman Date: Sat Aug 16 11:27:41 2014 New Revision: 1618335 URL: http://svn.apache.org/r1618335 Log: PDFBOX-1511: corrected revision in comment Modified: pdfbox/branches/1.8/pdfbox/src/test/java/org/apache/pdfbox/util/PDFMergerUtilityTest.java Modified: pdfbox/branches/1.8/pdfbox/src/test/java/org/apache/pdfbox/util/PDFMergerUtilityTest.java URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/test/java/org/apache/pdfbox/util/PDFMergerUtilityTest.java?rev=1618335&r1=1618334&r2=1618335&view=diff ============================================================================== --- pdfbox/branches/1.8/pdfbox/src/test/java/org/apache/pdfbox/util/PDFMergerUtilityTest.java (original) +++ pdfbox/branches/1.8/pdfbox/src/test/java/org/apache/pdfbox/util/PDFMergerUtilityTest.java Sat Aug 16 11:27:41 2014 @@ -52,7 +52,7 @@ public class PDFMergerUtilityTest extend * Tests whether the merge of two PDF files with identically named but * different global resources works. The two PDF files have two fonts each * named /TT1 and /TT0 that are Arial and Courier and vice versa in the - * second file. Revisions before 1613017 fail this test because global + * second file. Revisions before 1617990 fail this test because global * resources were merged which made trouble when resources of the same kind * had the same name. *