Skip to content

Commit 7b24498

Browse files
committed
Tests amended to new structure
1 parent 3b15c1b commit 7b24498

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

APLSource/TestCases/Test_API_190.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
R←T._Failed
66

77
#.⎕SHADOW'TEMP' ⋄ 'TEMP'#.⎕NS''
8-
path←##.CiderConfig.HOME,'/TestProject2'
8+
path←##.CiderConfig.HOME,'/TestData/TestProject2'
99
parms←⎕SE.Cider.CreateOpenParms ⍬
1010
parms.folder←path
1111
parms.parent←'#'

APLSource/TestCases/Test_API_200.aplf

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

1818
#.⎕SHADOW'TEMP'
1919

20-
path←##.CiderConfig.HOME,'/TestProject3'
20+
path←##.CiderConfig.HOME,'/TestData/TestProject3'
2121
parms←⎕SE.Cider.CreateOpenParms ⍬
2222
parms.folder←path
2323
parms.projectSpace←'TEMP'

APLSource/TestCases/Test_UC_121.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:EndIf
1010

1111
#.⎕SHADOW'TEMP' ⋄ 'TEMP'#.⎕NS''
12-
path←##.CiderConfig.HOME,'/TestProject4'
12+
path←##.CiderConfig.HOME,'/TestData/TestProject4'
1313
parms←⎕SE.Cider.CreateOpenParms ⍬
1414
parms.folder←path
1515
parms.parent←'#'

APLSource/TestCases/Test_UC_190.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
R←T._Failed
66

77
#.⎕SHADOW'TEMP' ⋄ 'TEMP'#.⎕NS''
8-
path←##.CiderConfig.HOME,'/TestProject2'
8+
path←##.CiderConfig.HOME,'/TestData/TestProject2'
99
parms←⎕SE.Cider.CreateOpenParms ⍬
1010
parms.folder←path
1111
parms.parent←'#'

APLSource/TestCases/Test_UC_200.aplf

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

1818
#.⎕SHADOW'TEMP'
1919

20-
path←##.CiderConfig.HOME,'/TestProject3'
20+
path←##.CiderConfig.HOME,'/TestData/TestProject3'
2121
parms←⎕SE.Cider.CreateOpenParms ⍬
2222
parms.folder←path
2323
parms.projectSpace←'TEMP'

TestResults/CodeCoverage.cr

4.65 KB
Binary file not shown.

TestResults/CodeCoverage.profile

2.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)