From d0f5178dc7991facd1ae41f32dd9e33f498c71de Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 26 Aug 2008 15:31:52 +0000 Subject: [PATCH] Fix path. Patch by rindolf on IRC. --- t/inc/Database.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/inc/Database.t b/t/inc/Database.t index 5092be9de2..6355c2f540 100644 --- a/t/inc/Database.t +++ b/t/inc/Database.t @@ -12,7 +12,7 @@ plan( 13 ); require_ok( 'includes/ProfilerStub.php' ); require_ok( 'includes/GlobalFunctions.php' ); require_ok( 'includes/Exception.php' ); -require_ok( 'includes/Database.php' ); +require_ok( 'includes/db/Database.php' ); $db = new Database( $wgDBserver, $wgDBuser, $wgDBpassword ); -- 2.20.1