Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 83115 invoked from network); 5 Sep 2009 12:20:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Sep 2009 12:20:44 -0000 Received: (qmail 10808 invoked by uid 500); 5 Sep 2009 12:20:44 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 10726 invoked by uid 500); 5 Sep 2009 12:20:43 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 10717 invoked by uid 99); 5 Sep 2009 12:20:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 12:20:43 +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; Sat, 05 Sep 2009 12:20:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9564E23888E7; Sat, 5 Sep 2009 12:20:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r811627 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java Date: Sat, 05 Sep 2009 12:20:21 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090905122021.9564E23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Sat Sep 5 12:20:21 2009 New Revision: 811627 URL: http://svn.apache.org/viewvc?rev=811627&view=rev Log: Revert 811626 Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java?rev=811627&r1=811626&r2=811627&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java (original) +++ commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java Sat Sep 5 12:20:21 2009 @@ -110,7 +110,6 @@ " bytes) offset alignment"); } catch (IOException e) { // Ignore - pa = map.map(0, 128); } catch (SecurityException x) { // File is too small // We should test with some larger file.