tora wrote:
>> >> テスト結果 その2
>> >> テスト対象:   OOo 2.0.4rc3 JRE 付き
>> >> プラットホーム: Solaris 10 SPARC
>> >> デスクトップ:  Sun Java Desktop System (JDS) (Gnome系)

テスト結果をアップしました。
http://www.openoffice.org/issues/show_bug.cgi?id=70335
OOo_2.0.4rc3_qa_qatesttool_Solaris10_SPARC_wJRE_061031.zip



$ ls -tr *.res | xargs perl ../../../make_summary.pl
Filename                      Errors    Warnings  Warnings_during_initialization
============================  ======    ========  ==============================
first.res                          0           0           1
topten.res                         0          14           1
b_updt.res                         0           9           1
xforms_updt.res                    0           0           1
c_updt.res                         2           4           1
ch_updt.res                        0           0           1
f_updt_faxwizard.res               0           0           1
f_updt_help.res                    0           0           1
f_updt_letterwizard.res            0           0           1
f_updt_pkgmgr.res                  1           4           1
f_updt_spadmin.res                 0           0           1
f_updt_templates.res               0           3           1
f_updt_toolbars.res                0           1           1
f_updt_windowfuncs.res             0           2           1
d_updt.res                         0           2           1
gallery.res                        1           5           1
i_updt_1.res                       0           0           1
i_updt_2.res                       1           1           1
m_updt.res                         0           2           1
ma_updt.res                        1           0           1
w_updt.res                         1           0           1
ww_updt.res                        0           0           1
oasis_graphics_update.res          0           4           1
closeoffice.res                    0           0           0
================================================================================
Total 24 files                     7          51          23


それぞれのエラーについて、Solaris 10 x86 (SPARCではない) 上で、
手作業でテストしてみました。

LC_ALL=C perl ../../../translate_res_file.pl --app_srs=../../../app.srs 
c_updt.res | less

c_updt.res                         2           4           1
TEST_CASE: tFileSaveWithPassword
MESSAGE: FileFormat:
WARNING: #i48382# - wrong filternames
MESSAGE: Password checked
MESSAGE: 1st test - wrong confirmation
MESSAGE: 2nd test - correct confirmation
MESSAGE: reopening file
ERROR: PasswortName : Window/Control could not be found

手作業テストでやると、問題ないようだが、、、
 1. Calc で、名前を付けて保存
 2. パスワード付きにして、パスワードを設定して保存し、閉じる
 3. そのファイルを開く
 結果:  パスワードを聞いてきた。正しいパスワードを入れたら開いた。

 上記のエラーでは、パスワードを聞いてくるはずのダイアログが
 ありませんというようなエラーのようだが。
 「拡張子を付ける」のチェックの有無でファイル名の末尾が異なって
 しまって、ファイルが見つからなかったのかなぁ。わからん。

TEST_CASE: tFormatGrouping
MESSAGE: FormatGroupGrouping
ERROR: Active : UNO URL \"slot:10454\" could not be run: Disabled

書式 > グループ化 のようだが、、、一応動くようだ。
テストシナリオ側の番号間違いかなぁ。わからん。


f_updt_pkgmgr.res                  1           4           1
TEST_CASE: tUpdt_packagemanager
MESSAGE:
MESSAGE: add, disable, re-enable, export and remove a Package
MESSAGE:
MESSAGE: hOpenPackageManager::Package Manager GUI is open
MESSAGE: hAddPackage::Open the Package-Manager-UI
MESSAGE: hOpenPackageManager::Package Manager GUI is open
MESSAGE: hAddPackage::Click the 'Add' button
MESSAGE: hAddPackage::Click the 'Open' button
MESSAGE: hAddPackage::Importing package, allowing 15 seconds for that
MESSAGE: hAddPackage::Look for any messagebox
WARNING: hAddPackage::Unexpected Active: パッケージはすでに追加されています:Basic_Addon.zip
MESSAGE: hAddPackage::Walk upwards in the packages-list
MESSAGE: hAddPackage::Importing package has finished.
MESSAGE: hAddPackage::Select the first node below 'My Macros'
MESSAGE: hAddPackage::Name of the package: Basic_Addon.zip
WARNING: hAddPackage::Apparently the package was installed with the DISABLED 
attribute by default. This should not happe
n
MESSAGE:  * Checking if disabling and enabling a package works
WARNING: Disable is inactive -> the package cannot be disabled
ERROR: Enable : Window/Control could not be accessed.

同じテストの二回目だから、すでに追加されていたわけで、↓となったようです。
「Unexpected Active: パッケージはすでに追加されています:Basic_Addon.zip」

サンプルファイルを使って、ツール > パッケージマネージャ で手作業テストして
みました。問題は無いようです。
qa/qatesttool/framework/update/input/basic/Basic_Addon.zip


gallery.res                        1           5           1
TEST_CASE: tGallery_GalleryView_Preview
MESSAGE: open a writer and the gallery
ERROR: Gallerys : Entry number 21 is too large in Select. Max. allowed is 6

ギャラリーのテーマは、OpenOffice.org では 6 個なので、問題なし。
テストシナリオ側を修正してくれるよう、issue を発行しておくべき。

i_updt_2.res                       1           1           1
TEST_CASE: tiFilePassword
MESSAGE: '/// deleting all files in output directory: 
\\graphics\update\output\\impress\\ gPlatform isp_* ///'
MESSAGE:    will use the file: 
/home/testwjre/.openoffice.org2/user/work/graphics/update/impress/sol/isp__.odp
ERROR: PasswortName : Window/Control could not be found

こちらでも、パスワード付きの保存と開くでエラーとなっているなぁ。
なんか、くさいくない?

ma_updt.res                        1           0           1
TEST_CASE: t_TB_Form
MESSAGE: - Toolbox ( normal ) : Formular
ERROR: ControlProperties : The button is disabled in ToolBox at Click

マスタードキュメント で、表示 > ツールバー > 数式 かな。
手作業テストでは、一応問題なく動くようだけど。。。
テストシナリオ.bas の中身を読まなきゃ、どんなテストをしたいのかわからんや。

w_updt.res                         1           0           1
TEST_CASE: tFileSaveWithPassword
MESSAGE: - File / Save with Password
ERROR: Server Timeout while waiting for answer. Sequence No: 7755

ここでも、パスワード付き保存と開くエラーとなっている。
少し調べてみておいたほうがよいような。

Tora

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

メールによる返信