From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
#* Langpack should be loaded, local language should be added to language list. | #* Langpack should be loaded, local language should be added to language list. | ||
#* After dependency resolution finished, ''Installing langpack and Adding relative language package to transaction'' is displayed. | #* After dependency resolution finished, ''Installing langpack and Adding relative language package to transaction'' is displayed. | ||
# Local language package | # Local language package of the installed application should be installed automatically. | ||
}} | }} | ||
[[Category:Yum_Langpack_Test_Cases]] | [[Category:Yum_Langpack_Test_Cases]] |
Revision as of 07:50, 23 February 2010
Description
This test case tests whether langpack runs sucessfully when loaded in yum after a local installation.
How to test
- Do a Fedora 42 install using local language, make sure group package base is installed (selected by default).
- On the system, install several packages such as
kde-desktop
,koffice
oreclipse
etc. For example:yum install eclipse
yum install koffice-suite
yum groupinstall 'kde-desktop'
Expected Results
- When execute yum:
- Langpack should be loaded, local language should be added to language list.
- After dependency resolution finished, Installing langpack and Adding relative language package to transaction is displayed.
- Local language package of the installed application should be installed automatically.