> NAKATA Maho wrote:
>> Linux  : Debian/Ubuntu(どれか一つ)
>>          SuSE/Fedora Core/Turbo Linux/Vine etc (どれか一つ)

http://www.openoffice.org/issues/show_bug.cgi?id=70335
に、テスト結果を添付しました。

Tora wrote:
> Fedora Core 4 で、開始しました。
> テストの所要時間は、CPUの速度やメモリ量にはあまり関係ないようですね。
> Solaris 9 SPARC で 774分掛かっているログになっている。ということは、
> Fedora でも同じだけ掛かるとすると、明日未明午前3時頃終了の見込み?!

予定通り、未明の 2:55 に終了していました。

$ cd /export/home/test01/OOo/2.0.4rc3/qa/qatesttool/errorlog
$ ./make_summary.pl *.res

Filename                      Errors    Warnings  Warnings_during_initialization
============================  ======    ========  ==============================
b_updt.res                         1           1           1
ch_updt.res                        0           0           1
closeoffice.res                    0           0           0
c_updt.res                         0           2           1
d_updt.res                         0           0           1
first.res                          0           0           1
f_updt_help.res                    0           0           1
f_updt_pkgmgr.res                  0           0           1
f_updt_spadmin.res                 0           0           1
f_updt_templates.res               0           3           1
f_updt_windowfuncs.res             0           0           1
gallery.res                        1           3           1
i_updt_1.res                       0           0           1
i_updt_2.res                       0           0           1
ma_updt.res                        0           0           1
m_updt.res                         0           1           1
oasis_graphics_update.res          0           4           1
topten.res                         0          14           1
w_updt.res                         0           0           1
ww_updt.res                        0           0           1
xforms_updt.res                    0           0           1
================================================================================
Total 21 files                     2          28          20

$ ./translate_res_file.pl b_updt.res
...(中略)...
ERROR: DatabaseType : Entry number 13 is too large in Select. Max. allowed is 12
CALL_STACK: 
--/export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc:
 tEvolutionProperties()
CALL_STACK: 
--/export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc:
 b_upd_DatabaseTypes()
CALL_STACK: 
/export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/b_updt.bas: main()

$ ./translate_res_file.pl --with-filename b_updt.res で同じ行を確認すると、
qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc の 302行目で
上記のメッセージを表示していることがわかる。

OpenOffice.org Basic で記述された上記のテストシナリオの内容を読んでみると、

'-------------------------------------------------------------------------
testcase tEvolutionProperties

    if gPlatform <> "lin" then
        printlog "Evolution does only exists under linux."
        goto endsub
    end if

    call fOpenDatabase (gOfficePath + ConvertPath("user\database\biblio.odb"))

    Kontext "Insight"
        Insight.UseMenu
        hMenuSelectNr(2)
        hMenuSelectNr(14)
        hMenuSelectNr(2)

    Kontext "TabGeneral"
        call DialogTest(TabGeneral)
        DataBaseType.select(getIdForDatabaseType("Evolution"))

    Kontext "ConnectionType"
        ConnectionType.OK

    'call fCheckAdvancedDialog("Evolution")

    call fCloseDatabase()

endcase
'-------------------------------------------------------------------------


ERROR: DatabaseType : Entry number 13 is too large in Se
/export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc:302:
 CALL_STACK: --/export/home/test01/OOo/2.0.4rc3/qa/qatest
tool/base/update/inc/b_upd_DatabaseTypes.inc: tEvolutionProperties()
/export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc:71:
 CALL_STACK: --/export/home/test01/OOo/2.0.4rc3/qa/qatestt
ool/base/update/inc/b_upd_DatabaseTypes.inc: b_upd_DatabaseTypes()
/export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/b_updt.bas:66: 
CALL_STACK: /export/home/test01/OOo/2.0.4rc3/qa/qatesttool/base/update/b_u
pdt.bas: main()

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

メールによる返信