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.
--
Best regars,
Rail Aliev
http://{ru,tr}.openoffice.org
I hope you millionaires are having fun! I just invested half your life
savings in yeast!!
Index: b_upd_DatabaseTypes.inc
===================================================================
RCS file: /cvs/qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc,v
retrieving revision 1.31
diff -u -3 -b -p -u -r1.31 b_upd_DatabaseTypes.inc
--- b_upd_DatabaseTypes.inc 20 Dec 2006 13:37:29 -0000 1.31
+++ b_upd_DatabaseTypes.inc 27 Feb 2007 14:33:05 -0000
@@ -480,7 +480,7 @@ endcase
testcase tCheckHSQLDB
Dim sDatasourceFileName as String
- sDatasourceFileName = ConvertPath(gOfficePath + "/user/work/hsqldb.odb")
+ sDatasourceFileName = ConvertPath(gOfficePath + "user/work/hsqldb.odb")
call fCreateHSQLDatasource(sDatasourceFileName)
call fOpenDatabase(sDatasourceFileName)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]