Skip to content

Conversation

@mateusmolina-iese
Copy link
Member

@mateusmolina-iese mateusmolina-iese commented Nov 28, 2024

Closes #551

@mateusmolina-iese mateusmolina-iese marked this pull request as ready for review December 3, 2024 14:16
Comment on lines 80 to 89
@Test
public void getAllSubmodelDescriptor_InRoot() throws ApiException {
GetSubmodelDescriptorsResult actualDescriptors = getRootRegistryApi().getAllSubmodelDescriptors(1, null);

SubmodelDescriptor expectedDescriptor = getDescriptorFactory().getRootOnlySmDescriptor();

List<SubmodelDescriptor> expectedDescriptors = Arrays.asList(expectedDescriptor);

assertEquals(expectedDescriptors, actualDescriptors.getResult());
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test seems to be unrelated since the feature is not used for getAll.

Copy link
Member

@aaronzi aaronzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. Please have a look at the headers again. The year should be updated to 2025

@aaronzi aaronzi merged commit dba9cf2 into eclipse-basyx:main Jan 30, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Implement AAS/SM Registry Hierarchical Registries

3 participants