SSDM-10292 : Internal vocabulary terms created by 'system' user should replace...
SSDM-10292 : Internal vocabulary terms created by 'system' user should replace existing terms - fix integration tests where old master data registration was failing due to changed behaviour of CommonServer.addVocabularyTerms method (before the changes it was silently ignoring existing terms and after the change it was throwing an exception to be consistent with v3 api behaviour).
Showing
- openbis/source/java/ch/ethz/sis/openbis/generic/server/asapi/v3/executor/vocabulary/CreateVocabularyTermExecutor.java 16 additions, 0 deletions.../v3/executor/vocabulary/CreateVocabularyTermExecutor.java
- openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/VocabularyBO.java 26 additions, 16 deletions...cisd/openbis/generic/server/business/bo/VocabularyBO.java
- openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/CommonServerTest.java 137 additions, 0 deletions...ch/systemsx/cisd/openbis/systemtest/CommonServerTest.java
Please register or sign in to comment