Commit da78cca9 authored by Steinberg, Jan's avatar Steinberg, Jan
Browse files

giga test cases

parent a4167e47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ public class XmlXsltBundlesStreamSource implements BundlesStreamSource {
            
            JAXBContext jaxbContext = JAXBContext.newInstance(XmlBundles.class);
            Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
            // LOG.info("Konvertiert: {}", xsltConvertedXmlOutput);
            InputStream convertedXmlInputStream = new ByteArrayInputStream(xsltConvertedXmlOutput.getBytes(StandardCharsets.UTF_8) );
            XmlBundles xmlBundles = (XmlBundles) unmarshaller.unmarshal(convertedXmlInputStream);
            Stream<Bundle> bundlesStream = xmlBundles.getBundlesStream();
+272 −11

File changed.

Preview size limit exceeded, changes collapsed.

+1029 −0

File added.

Preview size limit exceeded, changes collapsed.

+894 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading