From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests whether langpack can add different languages to language list when changing | |description=This test case tests whether langpack can add different languages to language list when changing current locale. | ||
|actions= | |actions= | ||
# On a Fedora 12 or later system, check if your system has {{package|yum-langpacks}} plugin installed by executing: | # On a Fedora 12 or later system, check if your system has {{package|yum-langpacks}} plugin installed by executing: |
Revision as of 09:12, 24 February 2010
Description
This test case tests whether langpack can add different languages to language list when changing current locale.
How to test
- On a Fedora 12 or later system, check if your system has
yum-langpacks
plugin installed by executing:rpm -q yum-langpacks
- If the package is not installed, download from koji and install it:
rpm -ivh yum-langpacks-0.1.4-2.fc13.noarch.rpm
- Install several packages such as
kde-desktop
,koffice
oreclipse
etc and check if current language packale of installed application is searched and installed automatically. For example:yum install eclipse
yum install koffice-suite
yum groupinstall 'kde-desktop'
- Logout. In GDM, before entering password, change desktop language to another and login again.
- Execute
su
to root user and exercise yum again by installing or updating several packages. Check if langpack plugged in yum is affected by the changing of current locale.
Expected Results
- When execute yum:
- Langpack should be loaded, current locale should be added to language list.
- After dependency resolution finished, Installing langpack and Adding relative language package to transaction is displayed.
- Current locale package for the installed application should be installed automatically.