openEHR / java-libs

Standard Java libraries for Java implementations of openEHR
Other
47 stars 60 forks source link

BUG: Tests for CDVScale where implemented on windows :) #80

Open ppazos opened 1 year ago

ppazos commented 1 year ago

Build fails on linux because the ADL files are referenced like adl-test-ENTRY.c_dv_scale.test.adl and the file is called adl-test-entry.c_dv_scale.test.adl

Note the upper case ENTRY vs the lower case in CDvScaleTest. In Windows the files are the same, in linux case should be exactly the same.

All tests developed in this way are failing on linux.