From 88283a7027c827ea438c16f1c7d4c2cfe85f0809 Mon Sep 17 00:00:00 2001 From: Andreas Vajda Date: Mon, 29 Sep 2008 02:21:51 +0000 Subject: [PATCH] - upgraded to bdb-je 3.3.69 - re-enabled testBytes() and testArrays() (per Aaron, Michael's instructions) git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@699961 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/db/bdb-je/build.xml | 6 +++--- .../src/test/org/apache/lucene/store/je/JEStoreTest.java | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/db/bdb-je/build.xml b/contrib/db/bdb-je/build.xml index c83962b2974..19ec02ec1cb 100644 --- a/contrib/db/bdb-je/build.xml +++ b/contrib/db/bdb-je/build.xml @@ -5,10 +5,10 @@ Lucene Berkeley DB Java Edition integration - + - + @@ -29,7 +29,7 @@ dest="lib/je-${je.version}.zip" /> - + diff --git a/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java b/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java index 3fe15da10be..3e39eb419e9 100644 --- a/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java +++ b/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java @@ -108,7 +108,7 @@ public class JEStoreTest extends TestCase { env.close(); } - public void tesBytes() throws Exception { + public void testBytes() throws Exception { final int count = 250; final int LENGTH_MASK = 0xffff; @@ -482,7 +482,7 @@ public class JEStoreTest extends TestCase { } } - public void tesArrays() throws Exception { + public void testArrays() throws Exception { final int count = 250; final int LENGTH_MASK = 0xffff;