On 27 Feb 2007, Rail Aliev verbalised:
> On 26 Feb 2007, Andre Schnabel spake thusly:
>
>> I had several Errors on Windows and one crash. Although I could not
>> reproduce any of those errors by manual testing, this is odd. Windows
>> tests for former releases have been without problems on my system. So
>> it was good if anybody could run those tests just to verify my
>> results.
>
> Seems like I found first error reason (b_updt.bas). Windows doesn't
> like double backslash in file path. Apply the attached patch and rerun
> b_updt.bas again. Worked for me.
Please, review my previous patch and these two.
--
Best regars,
Rail Aliev
http://{ru,tr}.openoffice.org
The honeymoon is over when he phones to say he'll be late for supper and
she's already left a note that it's in the refrigerator.
-- Bill Lawrence
Index: base/tools/dbtools.inc
===================================================================
RCS file: /cvs/qa/qatesttool/base/tools/dbtools.inc,v
retrieving revision 1.9
diff -u -3 -b -p -u -r1.9 dbtools.inc
--- base/tools/dbtools.inc 7 Sep 2005 19:06:58 -0000 1.9
+++ base/tools/dbtools.inc 27 Feb 2007 14:42:40 -0000
@@ -147,7 +147,7 @@ function fOpenNewDataBase ( sSaveFileNam
sleep(2)
Kontext "SpeichernDlg"
- Dateiname.setText Convertpath(gOfficePath + "/user/work/" +
sSaveFileName)
+ Dateiname.setText Convertpath(gOfficePath + "user/work/" +
sSaveFileName)
Speichern.click
sleep(1)
Index: graphics/level1/inc/impress/i_slidelayer.inc
===================================================================
RCS file: /cvs/qa/qatesttool/graphics/level1/inc/impress/i_slidelayer.inc,v
retrieving revision 1.10
diff -u -3 -b -p -u -r1.10 i_slidelayer.inc
--- graphics/level1/inc/impress/i_slidelayer.inc 1 Nov 2006 13:14:17
-0000 1.10
+++ graphics/level1/inc/impress/i_slidelayer.inc 27 Feb 2007 14:43:08
-0000
@@ -481,7 +481,7 @@ testcase t111862
dim i as integer
dim sFile as string
- sFile = convertPath(gOfficePath + "/user/work/" + getTestcaseName + ".sxi")
+ sFile = convertPath(gOfficePath + "user/work/" + getTestcaseName + ".sxi")
if FileExists(sFile) then
kill sFile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]