From Fedora Project Wiki

(update test case per hughsie's stuff from the feature page)
(use generic setup template)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests whether applying a color profile in gnome-color-management is successful.
|description=This test case tests whether applying a color profile in gnome-color-management is successful.
|setup=
# Ensure the {{package|xcalib}} package is installed
{{Testcase colormanagement generic setup}}
|actions=
|actions=
# Ensure the {{package|gnome-color-manager}} package is installed
# Remove any previous configuration by deleting the {{filename|~/.config/gnome-color-manager}} and {{filename|~/.color}} directories
# Ensure no color profiling hardware is connected
# Run the profile management tool: on the system menus, System / Preferences / Color Profiles
# Run the profile management tool: on the system menus, System / Preferences / Color Profiles
# On the ''Defaults'' tab, ensure the box ''Apply display correction'' is checked
# On the ''Defaults'' tab, ensure the box ''Apply display correction'' is checked
# On the ''Devices'' tab, select a connected monitor from the list, and choose ''Blueish test'' from the '''Color Profile''' drop-down menu
# On the ''Devices'' tab, select a connected monitor from the list, and choose ''Blueish test'' from the '''Color Profile''' drop-down menu
# Close the tool, and run {{command|xcalib -c}} from a console
# Close the tool, and run {{command|xcalib -c}} from a console
# Run {{gcm-apply}} from a console
# Run {{command|gcm-apply}} from a console
|results=
|results=
# The display on the selected monitor should appear blue-tinted when first selecting ''Blueish test''
# The display on the selected monitor should appear blue-tinted when first selecting ''Blueish test''
# The display should return to normal when running {{command|xcalib -c}}
# The display should return to normal when running {{command|xcalib -c}}
# The display should appear blue-tinted again after running {{gcm-apply}}
# The display should appear blue-tinted again after running {{command|gcm-apply}}
# The ''Create profile for device'' button should be greyed out when no profiling hardware is connected
# The ''Create profile for device'' button should be greyed out when no profiling hardware is connected
}}
}}
[[Category:Color_Management_Test_Cases]]
[[Category:Package_gnome-color-manager_test_cases]]

Latest revision as of 16:32, 13 January 2011

Description

This test case tests whether applying a color profile in gnome-color-management is successful.

Setup

  1. Ensure the Package-x-generic-16.pngxcalib package is installed
  2. Ensure the Package-x-generic-16.pnggnome-color-manager package is installed
  3. Remove any previous configuration by deleting the ~/.config/gnome-color-manager and ~/.color directories
  4. Ensure no color calibration hardware is connected

How to test

  1. Run the profile management tool: on the system menus, System / Preferences / Color Profiles
  2. On the Defaults tab, ensure the box Apply display correction is checked
  3. On the Devices tab, select a connected monitor from the list, and choose Blueish test from the Color Profile drop-down menu
  4. Close the tool, and run xcalib -c from a console
  5. Run gcm-apply from a console

Expected Results

  1. The display on the selected monitor should appear blue-tinted when first selecting Blueish test
  2. The display should return to normal when running xcalib -c
  3. The display should appear blue-tinted again after running gcm-apply
  4. The Create profile for device button should be greyed out when no profiling hardware is connected