Skip to content

Commit 9e17171

Browse files
committed
Add missing TestInfo=advanced fields to maths.ini
Some meta data in maths.ini had AdvancedTest.* fields present but the required TestInfo=advanced field was missing. AdvancedTest.* fields should be ignored if TestInfo=advanced is not present.
1 parent c7b655b commit 9e17171

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

collection/maths.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,6 +1958,7 @@ DescEx="<p>Normalises the values in floating point array <var>A</var> so that ea
19581958
Kind=routine
19591959
Units=SysUtils,Types,Math
19601960
SeeAlso=RescaleRange_Double,WeightedArithMean_Double,NormaliseByWeight_Cardinal
1961+
TestInfo=advanced
19611962
AdvancedTest.Level=unit-tests
19621963
AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths"
19631964
Snip=668.dat
@@ -1970,6 +1971,7 @@ DescEx="<p>Normalises the values in unsigned integer array <var>A</var> so that
19701971
Kind=routine
19711972
Units=SysUtils,Types
19721973
SeeAlso=RescaleRange_Integer,WeightedArithMean_Integer,NormaliseByWeight_Double
1974+
TestInfo=advanced
19731975
AdvancedTest.Level=unit-tests
19741976
AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths"
19751977
Snip=671.dat
@@ -1983,6 +1985,7 @@ Kind=routine
19831985
Units=Math
19841986
Depends=MinMaxOfArray_Double
19851987
SeeAlso=RangeOf_Integer,RescaleRange_Double
1988+
TestInfo=advanced
19861989
AdvancedTest.Level=unit-tests
19871990
AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths"
19881991
Snip=672.dat
@@ -1995,6 +1998,7 @@ DescEx="<p>Returns the length of the range of values in non-empty <var>Integer</
19951998
Kind=routine
19961999
Depends=MinMaxOfArray_Integer
19972000
SeeAlso=RangeOf_Double,RescaleRange_Integer
2001+
TestInfo=advanced
19982002
AdvancedTest.Level=unit-tests
19992003
AdvancedTest.URL="https://github.com/delphidabbler/code-snippets/tree/master/tests/Cat-Maths"
20002004
Snip=673.dat

0 commit comments

Comments
 (0)