KNIME_TESTING_APPLICATION counts succeeded tests in a wrong way

Hi, 

I'm using KNIME SDK 2.12.1. Running testflows for my nodes by mean of KNIME_TESTING_APPLICATION I've noticed a minor issue: percent of succeeded runs is counted wrong in case of tests number is 68. As a result I see the following report running via console:

Testing results:
----------------
Tests run:68
Errors: 0
Failures: 0
Succeeded: 68 (99.0%)
-------------------

 

At the same moment it counts right if tests count is 67 or 69. It looks like a rounding issue.

 

Best regards,

Anton.

This application is outdated and is not developed further. Please use the NGTestflowRunner instead for headless tests or directly execute test workflow from inside KNIME.