File tree 3 files changed +6
-6
lines changed
src/utils/resolver-pipeline/testing/1_selected
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
https://github.com/usnistgov/OSCAL/discussions/1114
24
24
When this is determined, tests can be added for those sections. -->
25
25
26
- <!-- Location of sample files, relative to compiled test in xspec/ subdirectory -->
27
- <x : variable name =" ov:filedir" as =" xs:string" select =" resolve-uri('../../../../../../ specifications/profile-resolution/profile-resolution-examples')" />
26
+ <!-- Location of sample files, relative to this test file -->
27
+ <x : variable name =" ov:filedir" as =" xs:string" select =" resolve-uri('../../../../specifications/profile-resolution/profile-resolution-examples',$x:xspec-uri )" />
28
28
29
29
<x : scenario label =" Import controls using ID mapping" >
30
30
<x : scenario label =" Basic case" pending =" Mapping is not implemented yet" >
Original file line number Diff line number Diff line change 6
6
xmlns : xs =" http://www.w3.org/2001/XMLSchema"
7
7
stylesheet =" ../../oscal-profile-resolve-select.xsl" >
8
8
9
- <!-- Location of sample files, relative to compiled test in xspec/ subdirectory -->
10
- <x : variable name =" ov:filedir" as =" xs:string" select =" resolve-uri('../../../../../../ specifications/profile-resolution/profile-resolution-examples')" />
9
+ <!-- Location of sample files, relative to this test file -->
10
+ <x : variable name =" ov:filedir" as =" xs:string" select =" resolve-uri('../../../../specifications/profile-resolution/profile-resolution-examples',$x:xspec-uri )" />
11
11
12
12
<x : scenario label =" Direct import by file href" >
13
13
<x : context >
Original file line number Diff line number Diff line change 8
8
stylesheet =" ../../oscal-profile-resolve-select.xsl"
9
9
xslt-version =" 3.0" >
10
10
11
- <!-- Location of sample files, relative to compiled test in xspec/ subdirectory -->
12
- <x : variable name =" ov:filedir" as =" xs:string" select =" resolve-uri('../../../../../../ specifications/profile-resolution/profile-resolution-examples')" />
11
+ <!-- Location of sample files, relative to this test file -->
12
+ <x : variable name =" ov:filedir" as =" xs:string" select =" resolve-uri('../../../../specifications/profile-resolution/profile-resolution-examples',$x:xspec-uri )" />
13
13
14
14
<x : variable name =" ov:unique" as =" function(*)"
15
15
select =" function($seq as xs:string*) as xs:boolean {
You can’t perform that action at this time.
0 commit comments