diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-08 09:23:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-08 09:23:55 +0000 |
commit | e9d97f1eef493de9b9cb3ae456175ce33b5cb796 (patch) | |
tree | 3796e7622e33162c71567c48785b887d2f9f433e /modules/simpletest/tests | |
parent | b9ed1bc6e64fe82019c92cb582feb0b396dc96a7 (diff) | |
download | brdo-e9d97f1eef493de9b9cb3ae456175ce33b5cb796.tar.gz brdo-e9d97f1eef493de9b9cb3ae456175ce33b5cb796.tar.bz2 |
- Patch #449198 by boombatower: cealn up test loading and related API.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/graph.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/graph.test b/modules/simpletest/tests/graph.test index a5ed9314b..b3270f843 100644 --- a/modules/simpletest/tests/graph.test +++ b/modules/simpletest/tests/graph.test @@ -23,7 +23,7 @@ class GraphUnitTest extends DrupalUnitTestCase { */ function testDepthFirstSearch() { // Provoke the inclusion of graph.inc. - drupal_function_exists('drupal_depth_first_search'); + require_once 'includes/graph.inc'; // The sample graph used is: // 1 --> 2 --> 3 5 ---> 6 |