Skip to content

Commit

Permalink
Correct ee.jakarta.tck.persistence.core.entityManager2.Client2/Client…
Browse files Browse the repository at this point in the history
…3 cleanup method

Signed-off-by: Scott Marlow <[email protected]>
  • Loading branch information
scottmarlow committed Oct 1, 2024
1 parent 469bcb7 commit 08664db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static EnterpriseArchive createDeploymentVehicle(@ArquillianResource Test
}

// Ear
EnterpriseArchive jpa_core_EntityGraph_vehicles_ear = ShrinkWrap.create(EnterpriseArchive.class, "jpa_core_EntityGraph_vehicles.ear");
EnterpriseArchive jpa_core_EntityGraph_vehicles_ear = ShrinkWrap.create(EnterpriseArchive.class, "jpa_core_EntityGraph_appmanaged_vehicles.ear");

// Any libraries added to the ear

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void cleanup() throws Exception {
try {
logTrace( "Cleanup data");
removeTestData();
cleanup();
super.cleanup();
} finally {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void cleanup() throws Exception {
try {
logTrace( "Cleanup data");
removeTestData();
cleanup();
super.cleanup();
} finally {

}
Expand Down

0 comments on commit 08664db

Please sign in to comment.