-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty message in ScdException in AbstractDataAttributeAdapter.check #353
Labels
bug
Something isn't working
Comments
massifben
added a commit
that referenced
this issue
Nov 30, 2023
Signed-off-by: massifben <[email protected]>
massifben
added a commit
that referenced
this issue
Nov 30, 2023
massifben
added a commit
that referenced
this issue
Nov 30, 2023
massifben
added a commit
that referenced
this issue
Nov 30, 2023
Signed-off-by: massifben <[email protected]>
massifben
added a commit
that referenced
this issue
Dec 1, 2023
…ataAttributeAdapter_check_exception fix(#353): add message to AbstractDataAttributeAdapter check exception
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the issue
Method org.lfenergy.compas.sct.commons.scl.dtt.AbstractDataAttributeAdapter.check() throws a ScdException with empty message in case EnumType does not exist.
Steps to reproduce
Expected behaviour
The test should succeed : the message of the exception should not be empty
Actual behaviour
The test fails : the message is an empty String
The text was updated successfully, but these errors were encountered: