summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-27 08:41:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-27 08:41:45 +0000
commit5657765d6364fafdc1658005b53f6a3772680836 (patch)
treef460df40a3c18e0a7754c0ea850d3da30a19522f /modules
parentd7f706f29117e4003179ab15e305446c6e95d0f9 (diff)
downloadbrdo-5657765d6364fafdc1658005b53f6a3772680836.tar.gz
brdo-5657765d6364fafdc1658005b53f6a3772680836.tar.bz2
#338239 follow-up by c960657: Fix file test failure.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/tests/file.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/file.test b/modules/simpletest/tests/file.test
index d27718cb9..93f24f942 100644
--- a/modules/simpletest/tests/file.test
+++ b/modules/simpletest/tests/file.test
@@ -539,7 +539,7 @@ class FileScanDirectoryTest extends FileTestCase {
* Check that the no-mask parameter is honored.
*/
function testNoMask() {
- $path = $this->original_file_directory . '/simpletest';
+ $path = $this->originalFileDirectory . '/simpletest';
// Grab a listing of all the JS files.
$all_files = file_scan_directory($path, '/javascript*/');