From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test case tests whether langpack runs sucessfully when loaded in yum. |actions= # Do a {{FedoraVersion|long|next}} install using local language, ...') |
No edit summary |
||
Line 8: | Line 8: | ||
#:<pre>yum install eclipse</pre> | #:<pre>yum install eclipse</pre> | ||
|results= | |results= | ||
# | # When execute yum: | ||
#* 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. |
Revision as of 10:24, 22 February 2010
Description
This test case tests whether langpack runs sucessfully when loaded in yum.
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 kde, koffice or eclipse applications. For example:
yum groupinstall 'kde-desktop'
yum install koffice-suite
yum install eclipse
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 for the installed application should be installed automatically.