Skip to content

Commit

Permalink
Predisposto rilascio 3.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapoli committed Feb 5, 2024
1 parent 512a21f commit 6340551
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-02-06 Andrea Poli <[email protected]>

* Rilasciata versione 3.3.14

2024-02-02 Andrea Poli <[email protected]>

* [GovWayCore]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,14 @@ public List<String> getMessaggiNonTrasformatiCorrettamente()throws TestSuiteExce
}
}

if(!casoSpecialeEmail){
if(messaggio.contains("EsempioFruitoreTrasparentePrincipal2@MinisteroFruitore")){
String tmp = new String(messaggio);
tmp = tmp.replace("EsempioFruitoreTrasparentePrincipal2@MinisteroFruitore", "");
casoSpecialeEmail = tmp.contains("@")==false;
}
}

if(casoSpecialeEmail==false){
resultsList.add(CostantiDB.MSG_DIAGNOSTICI+"."+res.getString(CostantiDB.MSG_DIAGNOSTICI_COLUMN_IDMESSAGGIO)+
": "+res.getString(CostantiDB.MSG_DIAGNOSTICI_COLUMN_MESSAGGIO));
Expand Down

0 comments on commit 6340551

Please sign in to comment.