Jörg Witt

Results 2 issues of Jörg Witt

This pull request solves #187. Correction of the definition of variable `NumberOfTestsToAnalyse` in the two blocks `FB_TestResults` (one time) and `FB_TestSuite` (five times). A wrong limit was used. Old: `NumberOfTestsToAnalyse...

**Describe the bug** It is not possible to set the GVL variable `MaxNumberOfTestSuites` less than `MaxNumberOfTestsForEachTestSuite`. It causes compiler errors in `FB_TestResults` and `FB_TestSuite`. The reason is the variable `NumberOfTestsToAnalyse`...

bug