Skip to content

Commit

Permalink
Corretti errori testsuite dopo modifiche per la issue #467
Browse files Browse the repository at this point in the history
  • Loading branch information
pintorig committed Mar 7, 2022
1 parent 4a72291 commit 0cffd37
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@
"rpp":"#notnull",
"pagamenti":"#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@
"rpp":"#notnull",
"pagamenti":"#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
"rpp":"#notnull",
"pagamenti":"#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@
"rpp":"#notnull",
"pagamenti":"#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@
"rpp":"#notnull",
"pagamenti":"#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@
"pagamenti": "#notnull",
"idTipoPendenza": "#string",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"pagamenti": "#notnull",
"idTipoPendenza": "#string",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
"pagamenti": "#notnull",
"idTipoPendenza": "#string",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@
"pagamenti": "#notnull",
"idTipoPendenza": "#string",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"pagamenti": "#notnull",
"idTipoPendenza": "#string",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@
"stato": "ESEGUITA",
"rpp": "#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"stato": "NON_ESEGUITA",
"rpp": "#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
"stato": "NON_ESEGUITA",
"rpp": "#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@
"stato": "NON_ESEGUITA",
"rpp": "#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"stato": "NON_ESEGUITA",
"rpp": "#notnull",
"tipo":"#string",
"UUID":"#string"
"UUID":"#string",
"iuvAvviso":"##string",
"iuvPagamento":"##string"
}
}

0 comments on commit 0cffd37

Please sign in to comment.