File tree 1 file changed +0
-8
lines changed 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -286,14 +286,6 @@ public void testMergeAndParseFromInputStream() throws Exception {
286
286
TypicalData .newBuilder ().mergeFrom (new ByteArrayInputStream (rawData )).build (), false );
287
287
checkMergeAndParse (TypicalData .parseFrom (new ByteArrayInputStream (rawData )), false );
288
288
289
- // test using ExtensionRegistryLite
290
- ExtensionRegistryLite registryLite = ExtensionRegistryLite .newInstance ();
291
- registryLite .add (Typical .myPrimitiveExtension );
292
- checkMergeAndParse (
293
- TypicalData .newBuilder ().mergeFrom (new ByteArrayInputStream (rawData ), registryLite ).build (),
294
- true );
295
- checkMergeAndParse (
296
- TypicalData .parseFrom (new ByteArrayInputStream (rawData ), registryLite ), true );
297
289
}
298
290
299
291
public void testMergeAndParseDelimitedFromInputStream () throws Exception {
You can’t perform that action at this time.
0 commit comments