-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E' stato un ppiacere addio
- Loading branch information
Showing
11 changed files
with
16 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...agement/web/GestioneSeduteController.java → ...onation/web/GestioneSeduteController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/web/OrganizzazioneSeduteController.java → ...n/web/OrganizzazioneSeduteController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...edutemanagement/web/UtenteController.java → ...digitaldonation/web/UtenteController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stionesedutemanagement/web/WebConfig.java → ...is/c09/digitaldonation/web/WebConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ent/web/autogenerate/GoogleDriveTest.java → ...ion/web/autogenerate/GoogleDriveTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...management/web/error/ErrorController.java → ...aldonation/web/error/ErrorController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gement/web/filters/WebSecurityConfig.java → ...nation/web/filters/WebSecurityConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -516,14 +516,14 @@ public void verificaValidaImageNull() { | |
dataDonazione = datadonazione.getTime(); | ||
tipoDonazione = "cito"; | ||
|
||
final String message = "Il formato dell’immagine non è corretto. Inserire un’immagine che ha formato png o jpg."; | ||
final String message = "Il formato dell’immagine non è corretto. Inserire un’immagine che ha formato png o jpeg."; | ||
try { | ||
gestioneTesserinoService.validaImage(null); | ||
} catch (TesserinoFormException exception) { | ||
assertEquals(message, exception.getMessage()); | ||
return; | ||
} | ||
fail("Errore! nessuna eccezione laciata"); | ||
fail("Errore! nessuna eccezione lanciata"); | ||
} | ||
|
||
/** | ||
|
@@ -777,7 +777,7 @@ public void verificaValidaResidenzaFormato() { | |
Calendar dataNascita = new GregorianCalendar(2000, 1, 13); | ||
dataDiNascita = dataNascita.getTime(); | ||
luogoDiNascita = "Salerno"; | ||
residenza = "000000000"; | ||
residenza = "000000(000"; | ||
email = "[email protected]"; | ||
gruppoSanguigno = "A"; | ||
rh = "POS"; | ||
|
@@ -797,7 +797,7 @@ public void verificaValidaResidenzaFormato() { | |
assertEquals(message, exception.getMessage()); | ||
return; | ||
} | ||
fail("Errore! nessuna eccezione laciata"); | ||
fail("Errore! nessuna eccezione lanciata"); | ||
} | ||
|
||
/** | ||
|