assuming-long-roleidnames + object-uuid-based-rolenames #139
@ -228,6 +228,19 @@ class HsOfficeDebitorControllerAcceptanceTest extends ContextBasedTestWithCleanu
|
|||||||
{
|
{
|
||||||
"debitorRel": {
|
"debitorRel": {
|
||||||
"anchor": {"tradeName": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K."},
|
"anchor": {"tradeName": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K."},
|
||||||
|
"holder": {"tradeName": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K."},
|
||||||
|
"type": "DEBITOR",
|
||||||
|
"contact": {
|
||||||
|
"emailAddresses": { "main": "contact-admin@secondcontact.example.com" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"debitorNumber": "D-1000212",
|
||||||
|
"debitorNumberSuffix": "12",
|
||||||
|
"partner": {
|
||||||
|
"partnerNumber": "P-10002",
|
||||||
|
"partnerRel": {
|
||||||
|
"anchor": {"tradeName": "Hostsharing eG"},
|
||||||
|
"holder": {"tradeName": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K."},
|
||||||
"type": "PARTNER",
|
"type": "PARTNER",
|
||||||
"contact": {
|
"contact": {
|
||||||
"emailAddresses": { "main": "contact-admin@secondcontact.example.com" }
|
"emailAddresses": { "main": "contact-admin@secondcontact.example.com" }
|
||||||
|
@ -32,7 +32,7 @@ class ContextUnitTest {
|
|||||||
cast(:currentTask as varchar(127)),
|
cast(:currentTask as varchar(127)),
|
||||||
cast(:currentRequest as text),
|
cast(:currentRequest as text),
|
||||||
cast(:currentSubject as varchar(63)),
|
cast(:currentSubject as varchar(63)),
|
||||||
cast(:assumedRoles as varchar(1023)));
|
cast(:assumedRoles as text));
|
||||||
""";
|
""";
|
||||||
|
|
||||||
@Nested
|
@Nested
|
||||||
|
Loading…
Reference in New Issue
Block a user