Skip to content

Commit 88047ea

Browse files
committed
Folder TestResults/ removed from repo
1 parent abbe3a1 commit 88047ea

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ conga.crash
88
!/packages_dev/apl-dependencies.txt
99
!/packages_dev/apl-buildlist.json
1010
/Dist/
11+
/TestResults/

APLSource/TestCases/Test_Run_02.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(rc log)←TestCasesSimu.T.RunBatchTests 1
99
TestCasesSimu.⎕EX'T'
1010
→T.PassesIf 1=+/'Looking for a function "Initial":'⍷∊log ⍝ One function `Initial`
11-
→T.PassesIf 1=+/'Looking for a function "Cleanup": found and executed successfully'⍷∊log ⍝ One function `Initial`
11+
→T.PassesIf 1=+/'Looking for a function "Cleanup": found and executed'⍷∊log ⍝ One function `Initial`
1212
→T.PassesIf 2=≢'Searching for INI file .* not found'⎕S 1⊣log ⍝ Two INI files
1313
→T.PassesIf∨/'14 test cases of 14 called'⍷∊log
1414
→T.PassesIf∨/'2 test cases failed'⍷∊log

TestResults/CodeCoverage.cr

-181 KB
Binary file not shown.

TestResults/CodeCoverage.profile

-19.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)