hierarchical-validation-baseline #59

Merged
hsh-michaelhoennig merged 18 commits from hierarchical-validation-baseline into master 2024-06-14 16:48:01 +02:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 24811661d4 - Show all commits

View File

@ -88,7 +88,6 @@ public class HsBookingItemEntity implements Stringifyable, RbacObject {
@ManyToOne @ManyToOne
@JoinColumn(name = "parentitemuuid") @JoinColumn(name = "parentitemuuid")
// @Transient
private HsBookingItemEntity parentItem; private HsBookingItemEntity parentItem;
@Column(name = "type") @Column(name = "type")

View File

@ -51,6 +51,7 @@ public class ArchitectureTest {
"..hs.office.person", "..hs.office.person",
"..hs.office.relation", "..hs.office.relation",
"..hs.office.sepamandate", "..hs.office.sepamandate",
"..hs.booking.debitor",
"..hs.booking.project", "..hs.booking.project",
"..hs.booking.item", "..hs.booking.item",
"..hs.booking.item.validators", "..hs.booking.item.validators",

View File

@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
class HsBookingDebitorEntityTest { class HsBookingDebitorEntityUnitTest {
@Test @Test
void toStringContainsDebitorNumberAndDefaultPrefix() { void toStringContainsDebitorNumberAndDefaultPrefix() {