- 1
[Opened] PDO et les tests sur ACL
Posted by turowbye on 05/21/2007 17:09
Dans les tests unitaires "testapp", lorsque j'utilise le profil pour PDO
- Le test jAcl : passe
- Le test jAclManager : échec
- Le test jAclUserGroup : échec
Si j'utilise le profil pour mysql, il n'y a aucun problème.
Example de l'erreur produite sous le profile pour PDO.
Fail: testAddSubject -> jacl_subject table should contains given records.. Not found record : array ( 'id_aclsbj' => 'super.cms', 'id_aclvalgrp' => 2, 'label_key' => 'cms~rights.super.cms', ) at C:\xampp\htdocs\jelix\testapp\modules\unittest\classes\utjaclmanager.class.php line 63
Fail: testAddSubject -> jacl_subject table should contains given records.. Other unknow records exists at C:\xampp\htdocs\jelix\testapp\modules\unittest\classes\utjaclmanager.class.php line 63
Results from database
Array ( [0] => )
Records we should find
Array ( [0] => Array ( [id_aclsbj] => super.cms [id_aclvalgrp] => 2 [label_key] => cms~rights.super.cms ) )
Est-ce une question de configuration ?
Windows 2000 - Apache 2.2.4 - PHP 5.2.2
[Opened] Re: PDO et les tests sur ACL
Posted by laurentj on 05/22/2007 13:20
bizarre. cela mérite que tu crée un nouveau ticket. Je verrais ça plus tard.
- 1