*
* @throws Exception
*/
@Test
public void testGetEmptySublist() throws Exception {
txnScheduler.runTask(new TestAbstractKernelRunnable() {
public void run() throws Exception {
ScalableList<String> list = makeList();
assertEquals(0, list.subList(2, 2).size());
AppContext.getDataManager().removeObject(list);