From Fedora Project Wiki

m (typo)
(Changing language does not affect up-to-date applications - rhbz 568361)
Line 11: Line 11:
# Logout. In GDM, before entering password, change desktop language to another and login again.   
# Logout. In GDM, before entering password, change desktop language to another and login again.   
# Execute <code>su</code> 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.  
# Execute <code>su</code> 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.  
{{admon/note|Changing language does not affect up-to-date applications|If you change your current language, yum will download relevant language packs only for newly installed or updated packages. If the application is already up-to-date, changing your language won't download new language packs - that's [https://bugzilla.redhat.com/show_bug.cgi?id=568361 expected].}}
|results=
|results=
# When execute yum:
# When execute yum:
#* Langpack should be loaded, current locale should be added to language list.
#* 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.   
#* 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.  
# Current locale package for the newly installed application should be installed automatically.  
}}
}}
[[Category:Yum_Langpack_Test_Cases]]
[[Category:Yum_Langpack_Test_Cases]]

Revision as of 10:22, 27 October 2010

Description

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


How to test

  1. On a Fedora 12 or later system, check if your system has Package-x-generic-16.pngyum-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 Package-x-generic-16.pngkde-desktop, Package-x-generic-16.pngkoffice or Package-x-generic-16.pngeclipse etc and check if current language package 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 langpack plugged in yum is affected by the changing of current locale.
Note.png
Changing language does not affect up-to-date applications

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 newly installed application should be installed automatically.