From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case tests whether old projects cloned with Fedora Packager for Eclipse 0.1.12 and below can be properly upgraded to Fedora Packager for Ecl...") |
No edit summary |
||
Line 5: | Line 5: | ||
# Ensure the {{package|eclipse-fedorapackager-0.2.1-1.fc16}} package is '''NOT''' installed. Remove it via {{command|yum remove eclipse-fedorapackager-0.2.1-1.fc16}}. | # Ensure the {{package|eclipse-fedorapackager-0.2.1-1.fc16}} package is '''NOT''' installed. Remove it via {{command|yum remove eclipse-fedorapackager-0.2.1-1.fc16}}. | ||
# Ensure the {{package|eclipse-fedorapackager-0.1.12-1.fc16}} package '''IS''' installed. Install it via {{command|yum install eclipse-fedorapackager-0.1.12-1.fc16}}. | # Ensure the {{package|eclipse-fedorapackager-0.1.12-1.fc16}} package '''IS''' installed. Install it via {{command|yum install eclipse-fedorapackager-0.1.12-1.fc16}}. | ||
# Make sure that file ~/.fedora.cert does not exist. You can move it out of the way via {{command|mv ~/.fedora.cert{,-away}}} | |||
|actions= | |actions= | ||
# Open Eclipse (it is recommended to use a new workspace). | # Open Eclipse (it is recommended to use a new workspace). | ||
# | # Open the "Import from Fedora Git" wizard. Press {{command|CTRL+3}} and start typing "Projects from Fedora" and hit return once it's the only option shown. Alternatively, use File => Import => Git => Projects from Fedora Git | ||
# Enter "eclipse-fedorapackager" (this should clone the eclipse-fedorapackager package from Fedora Git | |||
# You should now see an "eclipse-fedorapackager" project in your Eclipse workspace. | |||
# | # If you right-click on this project, you should see a context menu item called "Fedora Packager" | ||
# | # We now upgrade eclipse-fedorapackager. {{command|yum update eclipse-fedorapackager-0.2.1-1.fc16}} | ||
# | # Restart Eclipse. File => Restart. | ||
# | # Once Eclipse has been restarted, try right-clicking on the project "eclipse-fedorapackager". The "Fedora Packager" context menu item should be gone. Now we need to upgrade this project. | ||
# | # Open the "Fedora Packaging" perspective | ||
# <<<FIXME>>> | |||
|results= | |results= | ||
# Changes made to the date and time in the desktop's own configuration app, in {{command|system-config-date}}, and with the console {{command|date}} command should all work correctly and be reflected in the date displayed within the desktop | # Changes made to the date and time in the desktop's own configuration app, in {{command|system-config-date}}, and with the console {{command|date}} command should all work correctly and be reflected in the date displayed within the desktop | ||
}} | }} |
Revision as of 20:57, 31 August 2011
Description
This test case tests whether old projects cloned with Fedora Packager for Eclipse 0.1.12 and below can be properly upgraded to Fedora Packager for Eclipse 0.2 using the conversion tool shipped with 0.2.
Setup
- Boot into the machine/VM you wish to test
- Ensure the
eclipse-fedorapackager-0.2.1-1.fc16
package is NOT installed. Remove it viayum remove eclipse-fedorapackager-0.2.1-1.fc16
. - Ensure the
eclipse-fedorapackager-0.1.12-1.fc16
package IS installed. Install it viayum install eclipse-fedorapackager-0.1.12-1.fc16
. - Make sure that file ~/.fedora.cert does not exist. You can move it out of the way via
mv ~/.fedora.cert{,-away
}
How to test
- Open Eclipse (it is recommended to use a new workspace).
- Open the "Import from Fedora Git" wizard. Press
CTRL+3
and start typing "Projects from Fedora" and hit return once it's the only option shown. Alternatively, use File => Import => Git => Projects from Fedora Git - Enter "eclipse-fedorapackager" (this should clone the eclipse-fedorapackager package from Fedora Git
- You should now see an "eclipse-fedorapackager" project in your Eclipse workspace.
- If you right-click on this project, you should see a context menu item called "Fedora Packager"
- We now upgrade eclipse-fedorapackager.
yum update eclipse-fedorapackager-0.2.1-1.fc16
- Restart Eclipse. File => Restart.
- Once Eclipse has been restarted, try right-clicking on the project "eclipse-fedorapackager". The "Fedora Packager" context menu item should be gone. Now we need to upgrade this project.
- Open the "Fedora Packaging" perspective
- <<<FIXME>>>
Expected Results
- Changes made to the date and time in the desktop's own configuration app, in
system-config-date
, and with the consoledate
command should all work correctly and be reflected in the date displayed within the desktop