Author: nathanaelhoun
Date: 2026-03-05 15:26:07 +0100 (Thu, 05 Mar 2026)
New Revision: 5509
Modified:
openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/120_module_reqmo.robot
openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/binary_files/sql/pgsql/om_utilisateur.reqmo.inc.php
Log:
fix: ne pas afficher les mdp dans le test sur les om_requetes
Modified: openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/120_module_reqmo.robot
===================================================================
--- openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/120_module_reqmo.robot 2026-03-05 13:55:54 UTC (rev 5508)
+++ openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/120_module_reqmo.robot 2026-03-05 14:26:07 UTC (rev 5509)
@@ -22,7 +22,7 @@
Page Should Contain Options de sortie
Click On Submit Button In Reqmo
Le titre de la page doit être Export > Requêtes Mémorisées > Utilisateur
- Page Should Contain 21232f297a57a5a743894a0e4a801fc3
+ Page Should Contain Administrateur
Click On Back Button
Le titre de la page doit être Export > Requêtes Mémorisées > Utilisateur
Page Should Contain Options de sortie
@@ -35,9 +35,9 @@
${full_path_to_file} = Catenate SEPARATOR= ${output_dir} ${output_name}
${content_file} = Get File ${full_path_to_file}
#
- ${expected_content_header} = Set Variable om_utilisateur;nom;email;login;pwd;om_profil;om_collectivite;om_type
+ ${expected_content_header} = Set Variable om_utilisateur;nom;email;login;om_profil;om_collectivite;om_type
Should Contain ${content_file} ${expected_content_header}
- ${expected_content_line} = Set Variable
1;Administrateur;nos...@openmairie.org;admin;21232f297a57a5a743894a0e4a801fc3;1;1;DB
+ ${expected_content_line} = Set Variable
1;Administrateur;nos...@openmairie.org;admin;1;1;DB
Should Contain ${content_file} ${expected_content_line}
#
Click On Back Button
@@ -52,4 +52,3 @@
Go To ${PROJECT_URL}${OM_ROUTE_MODULE_REQMO}&obj=objet_inexistant
La page ne doit pas contenir d'erreur
Error Message Should Be L'objet est invalide.
-
Modified: openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/binary_files/sql/pgsql/om_utilisateur.reqmo.inc.php
===================================================================
--- openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/binary_files/sql/pgsql/om_utilisateur.reqmo.inc.php 2026-03-05 13:55:54 UTC (rev 5508)
+++ openmairie_exemple/branches/10895_EVO_migration_mots_de_passe/tests/binary_files/sql/pgsql/om_utilisateur.reqmo.inc.php 2026-03-05 14:26:07 UTC (rev 5509)
@@ -3,7 +3,7 @@
//gen openMairie le 16/03/2012 19:16
$reqmo['libelle']=_('public.om_utilisateur');
$reqmo['reqmo_libelle']=_('public.om_utilisateur');
-$reqmo['sql']="select [om_utilisateur], [nom], [email], [login], [pwd], [om_profil], [om_collectivite], [om_type] from ".DB_PREFIXE."om_utilisateur order by [tri]";
+$reqmo['sql']="select [om_utilisateur], [nom], [email], [login], [om_profil], [om_collectivite], [om_type] from ".DB_PREFIXE."om_utilisateur order by [tri]";
$reqmo['om_utilisateur']='checked';
$reqmo['nom']='checked';
$reqmo['email']='checked';
@@ -12,4 +12,4 @@
$reqmo['om_profil']='checked';
$reqmo['om_collectivite']='checked';
$reqmo['om_type']='checked';
-$reqmo['tri']=array('om_utilisateur','nom','email','login','pwd','om_profil','om_collectivite','om_type');
+$reqmo['tri']=array('om_utilisateur','nom','email','login','om_profil','om_collectivite','om_type');