[dev] Test.php - little change

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon Aug 18 11:42:11 PDT 2003


Quoting steve <mailling at gmx.co.uk>:

| Here is a little patch that makes horde/lib/Test.php wirks a little bit
| better
|
| diff -w -b -r1.9 Test.php
| 355c355
| <             $result = file_exists('./' . $key);
| ---
|  >             $result = file_exists(HORDE_BASE. '/' . $key);

This would break the application testing; e.g. running test.php for imp
would check for the existence of './config/foo.php' =
'horde/imp/config/foo.php' in the current code, but would check for
'/path/to/horde/config/foo.php' = 'horde/config/foo.php' in your patch
which is obviously not correct.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the dev mailing list