Changeset 2468
- Timestamp:
- 06/27/2008 02:49:17 AM (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
HISTORY (modified) (1 diff)
-
tests/unit/phpunit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r2467 r2468 6 6 BUG: Ticket#843 - TDataList alternatinItem issue after changes in rev 2227 (Christophe) 7 7 BUG: Ticket#849 - TDatePicker selecting current date problem (Christophe) 8 BUG: Ticket#859 - errorhandler error (stever) 8 9 BUG: Ticket#860 - Prado::localize() bug (japplegame) 9 10 BUG: Ticket#870 - Callback with redirect breaks lifecycle of page (stever) 11 BUG: Ticket#872 - use PATH_SEPARATOR in phpunit.php (fragmaster b) 10 12 ENH: Added Prado.Validation.validateControl(id) on client side to validate a specific control (Michael) 11 13 -
trunk/tests/unit/phpunit.php
r1992 r2468 12 12 */ 13 13 define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); 14 set_include_path(PRADO_FRAMEWORK_DIR. ':'.get_include_path());14 set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); 15 15 16 16 require_once dirname(__FILE__).'/Prado.php';
