DataObject root = cmd.executeQuery();
assertEquals(5, root.getList("CUSTOMER").size());
}
public void testReadCustomersOrdersWithShape() throws Exception {
ReadCustomersWithShapeCommand cmd = new ReadCustomersWithShapeCommand();
cmd.setConnection(getConnection());
DataObject root = cmd.executeQuery();
assertEquals(5, root.getList("CUSTOMER").size());
}