Ignore:
Timestamp:
Aug 12, 2015 12:22:54 AM (9 years ago)
Author:
anonymous
Message:

v2.2.0-3: Fixed auth password hashing verification issues. Updated hyperlinkTxt() with option. Updated tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/AppTest.php

    r479 r541  
    112112    function test_printraisedmessages()
    113113    {
     114        $app =& App::getInstance();
    114115        ob_start();
    115116        $this->test_raisemsg();  //had to add this line for phpunit ver. 3.7 ///
    116         $app =& App::getInstance();
    117117        $app->printraisedmessages();
    118118        $result = ob_get_clean();
     
    145145    {
    146146        $app =& App::getInstance();
     147        $app->setParam(array('session_use_trans_sid' => true));
    147148        ob_start();
    148149        $app->printhiddensession();
Note: See TracChangeset for help on using the changeset viewer.