PHP Classes

The MainTests are Failing

Recommend this page to a friend!

      PHP RBAC Class  >  All threads  >  The MainTests are Failing  >  (Un) Subscribe thread alerts  
Subject:The MainTests are Failing
Summary:The MainTests are Failing
Messages:3
Author:dt
Date:2013-03-06 07:48:08
Update:2013-03-07 04:35:25
 

  1. The MainTests are Failing   Reply   Report abuse  
Picture of dt dt - 2013-03-06 07:48:09
The assert true tests are failing after the comment "now checking" for the check function calls. Any idea why? I am using MYSQL database and it looks like the data is in the database when I run in debug mode.

  2. Re: The MainTests are Failing   Reply   Report abuse  
Picture of dt dt - 2013-03-07 01:17:03 - In reply to message 1 from dt
The tests that I am referring to is in the mainTest file.

  3. Re: The MainTests are Failing   Reply   Report abuse  
Picture of dt dt - 2013-03-07 04:35:25 - In reply to message 1 from dt
Mysql queries are case sensitive. In the rbac.php file change line 925 from TPDirect.ID=?"; to TPdirect.ID=?";