Commit 86a3836543b3dc10ebebf341d7c7877422d9d854

Authored by rob
1 parent c8ec3c11

Require/include fields update


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@290 c91229c3-7414-0410-bfa2-8a42b809f60b
tests/documentmanagement/document.php
... ... @@ -3,7 +3,7 @@
3 3 /**
4 4 * Contains unit tests for class Document in /lib/documentmanagement/Document.inc
5 5 *
6   -* Tests:
  6 +* Tests are:
7 7 * o creation of document object
8 8 * o setting/getting of values
9 9 * o storing of object
... ... @@ -14,8 +14,8 @@
14 14 require_once("../../config/dmsDefaults.php");
15 15  
16 16 if (checkSession()) {
17   - require_once("$default->owl_root_url/lib/documentmanagement/Document.inc");
18   - require_once("$default->owl_root_url/lib/foldermanagement/FolderManager.inc");
  17 + require_once("$default->owl_fs_root/lib/documentmanagement/Document.inc");
  18 + require_once("$default->owl_fs_root/lib/foldermanagement/FolderManager.inc");
19 19  
20 20 //test creation of a document
21 21 echo "<b>Testing document creation</b><br>";
... ...