-
Notifications
You must be signed in to change notification settings - Fork 0
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
Additional check - duplicate statementId #128
Comments
We could only test for something being republished assuming both the original and the republished statements were uploaded as part of the same data set? This test is sort of simplifying the requirement by just saying you shouldn't have multiple statements with the same statementId. Is that ok @kd-ods? |
Valid data (generic test data)
Invalid data 1 - 100% duplicated statement
Invalid data 2 - slightly different statements
|
Yes |
I've consolidated this ticket into #130 - slightly different scenarios but covered by the same test. |
Once a Statement is published it SHOULD NOT be republished with the same statement identifier (statementId) and different property values
Check: each statementId is only used once
On fail:
Error message - multiple statements are using the same statement identifier
Info message - statement identifier (statementId): [VALUE]
The text was updated successfully, but these errors were encountered: