From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case tests whether langpack can add different languages to language list when changing system language. |actions= # On a Fedora 12 or later ...')
 
No edit summary
Line 5: Line 5:
#:<pre>rpm -q yum-langpacks</pre>
#:<pre>rpm -q yum-langpacks</pre>
#* If the package is not installed, download from [http://kojipkgs.fedoraproject.org/packages/yum-langpacks/0.1.4/2.fc13/noarch/yum-langpacks-0.1.4-2.fc13.noarch.rpm koji] and install it: <pre>rpm -ivh yum-langpacks-0.1.4-2.fc13.noarch.rpm</pre>
#* If the package is not installed, download from [http://kojipkgs.fedoraproject.org/packages/yum-langpacks/0.1.4/2.fc13/noarch/yum-langpacks-0.1.4-2.fc13.noarch.rpm koji] and install it: <pre>rpm -ivh yum-langpacks-0.1.4-2.fc13.noarch.rpm</pre>
# Install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc and check if current langpack of installed application is installed automatically. For example:
# Install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc and check if current language packale of installed application is searched and installed automatically. For example:
#:<pre>yum install eclipse</pre>
#:<pre>yum install eclipse</pre>
#:<pre>yum install koffice-suite</pre>
#:<pre>yum install koffice-suite</pre>

Revision as of 08:24, 23 February 2010

Description

This test case tests whether langpack can add different languages to language list when changing system language.


How to test

  1. 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
  2. Install several packages such as kde-desktop, koffice or eclipse 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'
  3. Logout. In GDM, before entering password, change desktop language to another and login again.
  4. Execute su to root user and exercise yum again by installing or updating several packages. Check if yum-langpack is affected by the changing of current locale.

Expected Results

  1. 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.
  2. Current locale package for the installed application should be installed automatically.