mirror of https://github.com/apache/activemq.git
Fixed StoreQueueCursorKahaDBNoDuplicateTest
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@741334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
273933378b
commit
d89a302041
|
@ -260,7 +260,7 @@ public class KahaDBStore extends MessageDatabase implements PersistenceAdapter {
|
|||
});
|
||||
}
|
||||
if( location!=null ) {
|
||||
cursorPos=location;
|
||||
cursorPos=location+1;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue