Commit 0dcf74fc authored by Steinberg, Jan's avatar Steinberg, Jan
Browse files

econstor xslt urn flag set to false

parent dc9c7467
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2404,6 +2404,8 @@ public class XsltTransformerOaiPmhBundlesStreamSourceTest {
      assertTrue(  metadata.contains( new SimpleMetadatum("dc.subject.other", "Multifunktionalität") )  );
      assertTrue(  metadata.contains( new SimpleMetadatum("dc.subject.other", "Modellgebiete") )  );
      assertTrue(  metadata.contains( new SimpleMetadatum("dc.subject.other", "Forschungskooperation") )  );
      assertTrue(  metadata.contains( new SimpleMetadatum("ssoar.urn.registration", "false") )  );
      
            
      Set<InputStream> fileSet = bundle.getContents();
      assertEquals(  1, fileSet.size());
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@
        <xsl:call-template name="new-metadatum">
            <xsl:with-param name="key" select="'ssoar.urn.registration'"/>
            <xsl:with-param name="language" select="''"/>
            <xsl:with-param name="value" select="'true'"/>
            <xsl:with-param name="value" select="'false'"/>
        </xsl:call-template>
        
        <xsl:call-template name="new-metadatum">