Fixed StoreQueueCursorKahaDBNoDuplicateTest

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@741334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2009-02-05 22:46:01 +00:00
parent 273933378b
commit d89a302041
2 changed files with 1 additions and 6 deletions

View File

@ -260,7 +260,7 @@ public class KahaDBStore extends MessageDatabase implements PersistenceAdapter {
});
}
if( location!=null ) {
cursorPos=location;
cursorPos=location+1;
}
}

View File

@ -29,11 +29,6 @@ import org.apache.activemq.store.kahadb.KahaDBStore;
**/
public class StoreQueueCursorKahaDBNoDuplicateTest extends StoreQueueCursorNoDuplicateTest {
@Override
public void testNoDuplicateAfterCacheFullAndReadPast() throws Exception {
// TODO - check out how best to implement setBatch on the store
}
@Override
protected BrokerService createBroker() throws Exception {
BrokerService broker = super.createBroker();