Changeset 2468

Show
Ignore:
Timestamp:
06/27/2008 02:49:17 AM (5 months ago)
Author:
tof
Message:

Fixed #872

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r2467 r2468  
    66BUG: Ticket#843 - TDataList alternatinItem issue after changes in rev 2227 (Christophe) 
    77BUG: Ticket#849 - TDatePicker selecting current date problem (Christophe) 
     8BUG: Ticket#859 - errorhandler error (stever) 
    89BUG: Ticket#860 - Prado::localize() bug (japplegame) 
    910BUG: Ticket#870 - Callback with redirect breaks lifecycle of page (stever) 
     11BUG: Ticket#872 - use PATH_SEPARATOR in phpunit.php (fragmaster b) 
    1012ENH: Added Prado.Validation.validateControl(id) on client side to validate a specific control (Michael) 
    1113 
  • trunk/tests/unit/phpunit.php

    r1992 r2468  
    1212 */ 
    1313define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); 
    14 set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path()); 
     14set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); 
    1515 
    1616require_once dirname(__FILE__).'/Prado.php';