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 runs sucessfully when loaded in yum.
|description=This test case tests whether langpack runs sucessfully when loaded in yum after a local installation.
|actions=
|actions=
# Do a {{FedoraVersion|long|next}} install using local language, make sure group package ''base'' is installed (selected by default).  
# Do a {{FedoraVersion|long|next}} install using local language, make sure group package ''base'' is installed (selected by default).  
# On the system, install kde, koffice or eclipse applications. For example:
# On the system, install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc. For example:
#:<pre>yum install eclipse</pre>
#:<pre>yum install koffice-suite</pre>
#:<pre>yum groupinstall 'kde-desktop'</pre>  
#:<pre>yum groupinstall 'kde-desktop'</pre>  
#:<pre>yum install koffice-suite</pre>
#:<pre>yum install eclipse</pre>
|results=
|results=
# When execute yum:
# When execute yum:

Revision as of 07:48, 23 February 2010

Description

This test case tests whether langpack runs sucessfully when loaded in yum after a local installation.


How to test

  1. Do a Fedora 41 install using local language, make sure group package base is installed (selected by default).
  2. On the system, install several packages such as kde-desktop, koffice or eclipse etc. For example:
    yum install eclipse
    yum install koffice-suite
    yum groupinstall 'kde-desktop'

Expected Results

  1. When execute yum:
    • Langpack should be loaded, local language should be added to language list.
    • After dependency resolution finished, Installing langpack and Adding relative language package to transaction is displayed.
  2. Local language package for the installed application should be installed automatically.