|
|
Line 1: |
Line 1: |
| {{QA/Test_Case
| | |
| |description=This test case tests whether langpack can add different languages to language list when changing system language.
| |
| |actions=
| |
| # Change to root user and check current locale by:<pre>locale</pre>
| |
| # Change current locale to another language. For example, execute the following command could set the current locale to Chinese:
| |
| #:<pre>export LC_ALL="zh_CN.UTF-8"</pre>
| |
| # Install kde, koffice or eclipse applications. For example:
| |
| #:<pre>yum groupinstall 'kde-desktop'</pre>
| |
| #:<pre>yum install koffice-suite</pre>
| |
| #:<pre>yum install eclipse</pre>
| |
| |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.
| |
| }}
| |
| [[Category:Yum_Langpack_Test_Cases]]
| |