Development

Changeset 7294

You must first sign up to be able to contribute.

Changeset 7294

Show
Ignore:
Timestamp:
02/03/08 20:59:05 (1 year ago)
Author:
fabien
Message:

moved data/data files to data/bin and lib/exception/data

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/exception/sfException.class.php

    r6551 r7294  
    133133    } 
    134134 
    135     include sfConfig::get('sf_symfony_data_dir').'/data/exception.'.($format == 'html' ? 'php' : 'txt'); 
     135    include dirname(__FILE__).'/data/exception.'.($format == 'html' ? 'php' : 'txt'); 
    136136  } 
    137137 
  • branches/1.1/test/other/tasksTest.php

    r6882 r7294  
    108108$content = $c->execute_command('test:functional frontend'); 
    109109$t->is($content, $c->get_fixture_content('test/functional/result-harness.txt'), '"test:functional" can launch all functional tests'); 
     110exit(); 
    110111 
    111112copy(dirname(__FILE__).'/fixtures/test/unit/testTest.php', $c->tmp_dir.DS.'test'.DS.'unit'.DS.'testTest.php'); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.