You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the pics file has the value false in the supported column, the pics statement is generating failure results instead of skipping. It appears there is no catch all for when a property is not supported so the default behavior is to use the false value in the testPassed variable.
This is where I believe the change needs to occur.
If the pics file has the value false in the supported column, the pics statement is generating failure results instead of skipping. It appears there is no catch all for when a property is not supported so the default behavior is to use the false value in the testPassed variable.
This is where I believe the change needs to occur.
daq/subset/bacnet/bacnetTests/src/main/java/helper/PicsValidator.java
Line 21 in 73d7504
Likely not caught due to the faux devices pics.csv being used in testing has no objects defined as false in the support column.
https://github.com/faucetsdn/daq/blob/73d7504f7264f3b3bfafb378bdf04fe87e882781/docker/include/bacnet/bacnetFaux/src/main/resources/pics.csv
The text was updated successfully, but these errors were encountered: