-
Notifications
You must be signed in to change notification settings - Fork 8
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
Correct type names for registry contract tests #1456
Milestone
Comments
ruspl-afed
added a commit
that referenced
this issue
Nov 12, 2024
`ConditionMiningServicesRegitryTest` -> `ConditionMiningServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 12, 2024
`ConditionTransportServicesRegitryTest` -> `ConditionTransportServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`ExpressionEvaluationServicesRegitryTest` -> `ExpressionEvaluationServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`ExpressionEvaluationServicesRegitryTest` -> `ExpressionEvaluationServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`ExpressionParsingServicesRegitryTest` -> `ExpressionParsingServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`ExpressionTokenAssessmentServicesRegitryTest` -> `ExpressionTokenAssessmentServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`KeyKeepersRegitryTest` -> `KeyKeepersRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`KeyKeepersRegitryTest` -> `KeyKeepersRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`RequirementResolutionServicesRegitryTest` -> `RequirementResolutionServicesRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`RuntimeEnvironmentRegitryTest` -> `RuntimeEnvironmentRegistryTest`
ruspl-afed
added a commit
that referenced
this issue
Nov 13, 2024
`StreamCodecsRegitryTest` -> `StreamCodecsRegistryTest`
zelenyhleb
pushed a commit
that referenced
this issue
Nov 13, 2024
* [#1456] Correct type names for registry contract tests `ConditionMiningServicesRegitryTest` -> `ConditionMiningServicesRegistryTest` * [#1456] Correct type names for registry contract tests `ConditionTransportServicesRegitryTest` -> `ConditionTransportServicesRegistryTest` * [#1456] Correct type names for registry contract tests `ExpressionEvaluationServicesRegitryTest` -> `ExpressionEvaluationServicesRegistryTest` * [#1456] Correct type names for registry contract tests `ExpressionParsingServicesRegitryTest` -> `ExpressionParsingServicesRegistryTest` * [#1456] Correct type names for registry contract tests `ExpressionTokenAssessmentServicesRegitryTest` -> `ExpressionTokenAssessmentServicesRegistryTest` * [#1456] Correct type names for registry contract tests `KeyKeepersRegitryTest` -> `KeyKeepersRegistryTest` * [#1456] Correct type names for registry contract tests `KeyKeepersRegitryTest` -> `KeyKeepersRegistryTest` * [#1456] Correct type names for registry contract tests `RequirementResolutionServicesRegitryTest` -> `RequirementResolutionServicesRegistryTest` * [#1456] Correct type names for registry contract tests `RuntimeEnvironmentRegitryTest` -> `RuntimeEnvironmentRegistryTest` * [#1456] Correct type names for registry contract tests `StreamCodecsRegitryTest` -> `StreamCodecsRegistryTest`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somehow we managed to spread misprint in a test type name and now have tests named like
*ServicesRegitryTest
inorg.eclipse.passage.lic.api.tests
packageSince we publish LIC API contract tests to be implemented by extenders, major version is a good opportunity to fix this misprint:
Regitry
->Registry
The text was updated successfully, but these errors were encountered: