Skip to content

Commit ddb90b8

Browse files
committed
HHH-19861 Update test class names to be consistent
1 parent c1b22d3 commit ddb90b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
/**
3030
* Tests that {@link RelationTargetAuditMode#NOT_AUDITED} works correctly when loading audit history.
31-
* The Child entity is marked as @Audited but the Parent's reference to Child is marked with
32-
* targetAuditMode = NOT_AUDITED, so it should load the current Child entity from the main tables
33-
* instead of trying to load from audit tables.
31+
* When a relation is marked with NOT_AUDITED mode, the target entity is loaded from the current
32+
* table rather than from audit tables, so changes to the target entity are visible when querying
33+
* historical revisions.
3434
*
3535
* @author Minjae Seon
3636
*/
3737
@JiraKey(value = "HHH-19861")
38-
public class RelationshipNotAuditedEntityTest extends BaseEnversJPAFunctionalTestCase {
38+
public class RelationTargetNotAuditedTest extends BaseEnversJPAFunctionalTestCase {
3939

4040
private Long childId;
4141
private Long parentId;

0 commit comments

Comments
 (0)