Skip to content

Commit

Permalink
replacing plain.xml with plain_with_references.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Nov 28, 2024
1 parent f401acc commit d66a56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_metadata-software_OpenAire.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def split_doi(doi):

class PlainXmlTest(unittest.TestCase):
def test_similarity(self):
dom = ET.parse('test/data/software/plain.xml')
dom = ET.parse('test/data/software/plain_with_references.xml')
xslt = ET.parse('xslt/software/xslt-software-OpenAire.xslt')

transform = ET.XSLT(xslt) # is it a reserved word
Expand Down

0 comments on commit d66a56e

Please sign in to comment.