Skip to content

Commit

Permalink
Conflit entre nom d'utilisateur et nom du groupe (#407)
Browse files Browse the repository at this point in the history
* Conflit entre nom d'utilisateur et nom du groupe

* Fix test
  • Loading branch information
jdauphant authored and Lucien Pereira committed Jan 6, 2020
1 parent 7f602a2 commit d773173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/csv/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package object csv {

val GROUP_AREAS_IDS = Header("group.area-ids", List("Territoire", "DEPARTEMENTS"))
val GROUP_ORGANISATION = Header("group.organisation", List("Organisation"))
val GROUP_NAME = Header("group.name", List("Groupe", "Opérateur partenaire", "Nom de la structure labellisable"))
val GROUP_NAME = Header("group.name", List("Groupe", "Opérateur partenaire")) // "Nom de la structure labellisable"
val GROUP_EMAIL = Header("group.email", List("Bal", "adresse mail générique"))

val SEPARATOR = ";"
Expand Down
3 changes: 2 additions & 1 deletion test/csv/CSVSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ class CSVSpec extends Specification {
|,,,,,
|""".stripMargin

//TODO : In the future, manage "Nom de la structure labellisable"
val organisationTest: String =
"""organisation,Nom de la structure labellisable,Adresse,Code Postal,Commune,Nom Agent,Prénom Agent,Contact mail Agent,Bal,"Coordonnées du référent préfectoral en charge du dossier France Services"
"""organisation,Groupe,Adresse,Code Postal,Commune,Nom Agent,Prénom Agent,Contact mail Agent,Bal,"Coordonnées du référent préfectoral en charge du dossier France Services"
|MSAP,d’Aubigny sur Nère,6 rue du 8 mai 1945,18700,Aubigny sur Nère,Nom1,Prénom1,[email protected],[email protected],
|MSAP,d’Aubigny sur Nère,6 rue du 8 mai 1945,18700,Aubigny sur Nère,Nom2,Prénom2,[email protected],[email protected],
|MSAP,d’Aubigny sur Nère,6 rue du 8 mai 1945,18700,Aubigny sur Nère,Nom3,Prénom3,[email protected],[email protected],
Expand Down

0 comments on commit d773173

Please sign in to comment.