Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TCK: EntityTests deployment is missing an entity class #979

Open
Tracked by #980
KyleAure opened this issue Feb 20, 2025 · 0 comments
Open
Tracked by #980

TCK: EntityTests deployment is missing an entity class #979

KyleAure opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
bug Something isn't working test Something test-related

Comments

@KyleAure
Copy link
Contributor

@Deployment
public static WebArchive createDeployment() {
return ShrinkWrap.create(WebArchive.class)
.addClasses(EntityTests.class, Box.class, Boxes.class);
}

Is missing Coordinate.class and MultipleEntityRepo.class

@KyleAure KyleAure added the test Something test-related label Feb 20, 2025
@KyleAure KyleAure self-assigned this Feb 20, 2025
@KyleAure KyleAure added the bug Something isn't working label Feb 20, 2025
KyleAure added a commit to KyleAure/data that referenced this issue Feb 24, 2025
KyleAure added a commit to KyleAure/data that referenced this issue Feb 24, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working test Something test-related
Projects
None yet
Development

No branches or pull requests

1 participant