You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/05 13:56:57 UTC

svn commit: r811626 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestMemoryMap.java

Author: mturk
Date: Sat Sep  5 11:56:57 2009
New Revision: 811626

URL: http://svn.apache.org/viewvc?rev=811626&view=rev
Log:
Try to map again

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=811626&r1=811625&r2=811626&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 11:56:57 2009
@@ -110,6 +110,7 @@
                                    " 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.