Closed ltaimre closed 4 years ago
Hi @ltaimre can you give a specific link to a package to try, please? A link to the GitHub path would be fine.
CSIPSTR10. A package based on folder structure IP. The 'representations' folder has no subfolder. Fires CSIPSTR 1 instead of CSIPSTR10
CSIPSTR11_1 A package based on the folder stucture IP. Sub-folder 'data' named in camelcase Fires CSIPSTR 1 instead of CSIPSTR11
CSIPSTR11_2 A package based on the folder stucture IP. Sub-folder 'data' has extra lowercase character in back Fires CSIPSTR 4 instead of CSIPSTR11
CSIPSTR12_1 Fires CSIPSTR 4 instead of CSIPSTR11
Perfect @ltaimre, thanks very much. Will try to get a fix to you for tomorrow using these to build the unit test suite.
@ltaimre I'm closing this now as I think the behaviour's as expected. Thanks.
Validator treats single representation folder as root folder. Therefore are fired rules regarding root folder (CSIPSTR1 or CSIPSTR4) instead of rules regarding single representation folder (CSIPSTR10, CSIPSTR11, CSIPSTR12)