172173174175176177178179180
} @Test public void testConvertBlockWithLocations() { BlockWithLocations locs = getBlockWithLocations(1); BlockWithLocationsProto locsProto = PBHelper.convert(locs); BlockWithLocations locs2 = PBHelper.convert(locsProto); compare(locs, locs2); }
165166167168169170171172173
178179180181182183184185186
185186187188189190191192193
174175176177178179180181182