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

giga test cases

parent a4167e47
Loading
Loading
Loading
Loading
+1 −0
Changes for src/main/java/org/gesis/dda/publishing/domain/impl/XmlXsltBundlesStreamSource.java: 1 added line, 0 removed lines.
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();
+270 −9

File changed.

Preview size limit exceeded, changes collapsed.

+1029 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −0
Changes for src/test/resources/xml/cca/10.1177_186810261804700101.xml: 0 added lines, 0 removed lines.
Original line number Diff line number Diff line
+894 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading