Skip to content

Commit b714bfe

Browse files
authored
Merge pull request #108 from lcnetdev/issue-106-marc-034
Fix typo in MARC 034 conversion.
2 parents 485b84b + b1f4ee7 commit b714bfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/ConvSpec-010-048.xspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<x:scenario label="034 - CODED CARTOGRAPHIC MATHEMATICAL DATA">
132132
<x:context href="data/ConvSpec-010-048/marc.xml"/>
133-
<x:expect label="$a = 'a' alone creates a scale property of the Work with a note 'Linear scale'" test="//bf:Work[1]/bf:scale[3]/bf:Scale/bf:note/bf:Note/rdfs:label = 'linear scale'"/>
133+
<x:expect label="$a = 'a' alone creates a scale property of the Work with a note 'Linear scale'" test="//bf:Work[1]/bf:scale[3]/bf:Scale/bf:note/bf:Note/rdfs:label = 'Linear scale'"/>
134134
<x:expect label="$b creates a scale property of the Work" test="//bf:Work[1]/bf:scale[1]/bf:Scale/rdfs:label = '744000'"/>
135135
<x:expect label="$c creates a scale property of the Work" test="//bf:Work[1]/bf:scale[2]/bf:Scale/rdfs:label = '96000'"/>
136136
<x:expect label="$defg are the coordinates property of the Cartographic entity" test="//bf:Work[1]/bf:cartographicAttributes[1]/bf:Cartographic/bf:coordinates = 'W1800000 E1800000 N0840000 S0700000'"/>

xsl/ConvSpec-010-048.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<bf:Scale>
446446
<bf:note>
447447
<bf:Note>
448-
<rdfs:label>linear scale</rdfs:label>
448+
<rdfs:label>Linear scale</rdfs:label>
449449
</bf:Note>
450450
</bf:note>
451451
</bf:Scale>

0 commit comments

Comments
 (0)