244245246247248249250251252
o.accumulate(t); } Tuple out = o.getValue(); Assert.assertEquals(" " + (99 + j), (String) out.get(1)); o.cleanup(); } } }