From 5657765d6364fafdc1658005b53f6a3772680836 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 27 Nov 2008 08:41:45 +0000 Subject: #338239 follow-up by c960657: Fix file test failure. --- modules/simpletest/tests/file.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') 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*/'); -- cgit v1.2.3