From e9d97f1eef493de9b9cb3ae456175ce33b5cb796 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Jun 2009 09:23:55 +0000 Subject: - Patch #449198 by boombatower: cealn up test loading and related API. --- modules/simpletest/tests/graph.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') 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 -- cgit v1.2.3