From 86a3836543b3dc10ebebf341d7c7877422d9d854 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 16 Jan 2003 16:10:22 +0000 Subject: [PATCH] Require/include fields update --- tests/documentmanagement/document.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/documentmanagement/document.php b/tests/documentmanagement/document.php index 00092af..2361e1b 100644 --- a/tests/documentmanagement/document.php +++ b/tests/documentmanagement/document.php @@ -3,7 +3,7 @@ /** * Contains unit tests for class Document in /lib/documentmanagement/Document.inc * -* Tests: +* Tests are: * o creation of document object * o setting/getting of values * o storing of object @@ -14,8 +14,8 @@ require_once("../../config/dmsDefaults.php"); if (checkSession()) { - require_once("$default->owl_root_url/lib/documentmanagement/Document.inc"); - require_once("$default->owl_root_url/lib/foldermanagement/FolderManager.inc"); + require_once("$default->owl_fs_root/lib/documentmanagement/Document.inc"); + require_once("$default->owl_fs_root/lib/foldermanagement/FolderManager.inc"); //test creation of a document echo "Testing document creation
"; -- libgit2 0.21.4