Skip to content
Snippets Groups Projects
Commit 90eed1de authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #15795 : fix failures

parent d8a15839
Branches
Tags
3 merge requests!2334Master,!2107Dev#15795 1155 importer la bibliotheque de rattachement dans les comptes lecteurs,!2070Dev#15795 1155 importer la bibliotheque de rattachement dans les comptes lecteurs
Pipeline #712 passed with stage
in 13 minutes and 6 seconds
......@@ -260,6 +260,7 @@ class AbonneIntegrationASCIIWithRoutoInDbTest extends AbonneIntegrationTestCase
'idabon' => '123456',
'login'=>'5 5',
'id_site' => 2,
'id_int_bib' => 2,
'pseudo' => 'riri',
'password'=>'old']);
......@@ -317,7 +318,8 @@ class AbonneIntegrationASCIIWithTwoUsersSameLoginDifferentPasswordAndOrdreAbonTe
'login' => 'jsmith',
'password' => '1234',
'ordreabon' => 1,
'id_site' => 2]);
'id_site' => 2,
'id_int_bib' => 2]);
}
......@@ -375,6 +377,7 @@ class AbonneIntegrationASCIIWithIDSigbAndLoginChangeTest extends AbonneIntegrati
'password' => '1234',
'ordreabon' => 1,
'id_site' => 2,
'id_int_bib' => 2,
'id_sigb' => 24]);
$this->abon_config->importFicheArray(['IDABON' => 'johnny',
......@@ -405,6 +408,7 @@ class AbonneIntegrationASCIIWithIDSigbInDataAndNotInBaseTest extends AbonneInteg
'login' => 'jsmith',
'password' => '1234',
'id_site' => 2,
'id_int_bib' => 2,
'id_sigb' => 0]);
$this->abon_config->importFicheArray(['IDABON' => 'jsmith',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment