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= # Install {{package|system...')
 
No edit summary
Line 2: Line 2:
|description=This test case tests whether langpack can add different languages to language list when changing system language.
|description=This test case tests whether langpack can add different languages to language list when changing system language.
|actions=
|actions=
# Install {{package|system-config-language}} on the system:
# Change to root user and check current locale by:<pre>locale</pre>  
#:<pre>yum install -y system-config-language</pre>  
# Change current locale to another language. For example, execute the following command could set the current locale to Chinese:
# Execute <code>system-config-language</code> and change another system language, click ''Apply'' and '''reboot'''.
#:<pre>export LC_ALL="zh_CN.UTF-8"</pre>
# After reboot, install kde, koffice or eclipse applications. For example:
# Install kde, koffice or eclipse applications. For example:
#:<pre>yum groupinstall 'kde-desktop'</pre>  
#:<pre>yum groupinstall 'kde-desktop'</pre>  
#:<pre>yum install koffice-suite</pre>
#:<pre>yum install koffice-suite</pre>
Line 11: Line 11:
|results=
|results=
# When execute yum:
# When execute yum:
#* Langpack should be loaded, current system language 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 language package for the installed application should be installed automatically.  
# Current locale package for the installed application should be installed automatically.  
}}
}}
[[Category:Yum_Langpack_Test_Cases]]
[[Category:Yum_Langpack_Test_Cases]]

Revision as of 06:44, 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. Change to root user and check current locale by:
    locale
  2. Change current locale to another language. For example, execute the following command could set the current locale to Chinese:
    export LC_ALL="zh_CN.UTF-8"
  3. Install kde, koffice or eclipse applications. For example:
    yum groupinstall 'kde-desktop'
    yum install koffice-suite
    yum install eclipse

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.