Changeset 7294
- Timestamp:
- 02/03/08 20:59:05 (1 year ago)
- Files:
-
- branches/1.1/data/bin/SANDBOX_README (moved) (moved from branches/1.1/data/data/SANDBOX_README)
- branches/1.1/lib/exception/data (added)
- branches/1.1/lib/exception/data/exception.php (moved) (moved from branches/1.1/data/data/exception.php)
- branches/1.1/lib/exception/data/exception.txt (moved) (moved from branches/1.1/data/data/exception.txt)
- branches/1.1/lib/exception/sfException.class.php (modified) (1 diff)
- branches/1.1/test/other/tasksTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/exception/sfException.class.php
r6551 r7294 133 133 } 134 134 135 include sfConfig::get('sf_symfony_data_dir').'/data/exception.'.($format == 'html' ? 'php' : 'txt');135 include dirname(__FILE__).'/data/exception.'.($format == 'html' ? 'php' : 'txt'); 136 136 } 137 137 branches/1.1/test/other/tasksTest.php
r6882 r7294 108 108 $content = $c->execute_command('test:functional frontend'); 109 109 $t->is($content, $c->get_fixture_content('test/functional/result-harness.txt'), '"test:functional" can launch all functional tests'); 110 exit(); 110 111 111 112 copy(dirname(__FILE__).'/fixtures/test/unit/testTest.php', $c->tmp_dir.DS.'test'.DS.'unit'.DS.'testTest.php');

