summaryrefslogtreecommitdiff
path: root/testautomation/xml/optional/includes/docbook_001.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/xml/optional/includes/docbook_001.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/xml/optional/includes/docbook_001.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/xml/optional/includes/docbook_001.inc b/testautomation/xml/optional/includes/docbook_001.inc
index f79f4fd36c4a..aa2a2322f791 100644..100755
--- a/testautomation/xml/optional/includes/docbook_001.inc
+++ b/testautomation/xml/optional/includes/docbook_001.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : helge.delfs@sun.com
+'* owner : helge.delfs@oracle.com
'*
'* short description : Library for DocBook XML Im-/Export Test
'*
@@ -43,7 +43,7 @@ sub tDocBookXMLtestdocs
exit sub
end if
'Calculating how many documents are in that directory (max. 500)
- if hDirectoryExists(sSourcePath) then
+ if FileExists(sSourcePath) then
'Get the file list and put it in a list (max. 500 per directory!)
call GetAllFileList(sSourcePath, "*.xml" , sSourceDocuments())
iNumberOfDocuments = ListCount(sSourceDocuments())