From 6cddbf018bc99ac82675b8e3bf90e76e6b01b367 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 13:18:42 +0100 Subject: vitomation01: #i109562 - find out how frequently we call hGetPathSigne() --- testautomation/global/system/includes/iniinfo.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation/global/system') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 4f32125ec07f..1d5953bae614 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -218,6 +218,8 @@ function hGetPathSigne(sPlatform as string) as string '/// Input: string of class gPlatform '/// Output: string which can be used as seperator in directories + printlog( " *** CALLED HGETPATHSIGNE *** " ) + select case sPlatform case "w95" : hGetPathSigne = "\" case "w98" : hGetPathSigne = "\" -- cgit