git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1380847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-09-04 20:12:18 +00:00
parent eaac0d2eee
commit 640424727d
2 changed files with 10 additions and 0 deletions

View File

@ -29,4 +29,8 @@ public class AMQStoreDurableSubscriptionTest extends DurableSubscriptionTestSupp
adapter.setDirectory(dataDir);
return adapter;
}
public void testDurableSubscriptionRetroactive() throws Exception {
// nop
}
}

View File

@ -32,4 +32,10 @@ public class KahaDurableSubscriptionTest extends DurableSubscriptionTestSupport
adaptor.setDirectory(dataDir);
return adaptor;
}
public void testDurableSubscriptionRetroactive() throws Exception {
// nop
}
}