From a8d6ab307956bda3dd2837a3cde686b3025a3ba7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 20 Aug 2007 14:08:28 +0200 Subject: [PATCH] Add test description. --- tests/graphics/ticket2855.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/graphics/ticket2855.py b/tests/graphics/ticket2855.py index 66d59bf0..f680e952 100644 --- a/tests/graphics/ticket2855.py +++ b/tests/graphics/ticket2855.py @@ -15,6 +15,12 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. +""" +Test the style of toggle and radio buttons inside a palette. The buttons +contains only an icon and should be rendered similarly to the toolbar +controls. Ticket #2855. +""" + import gtk from sugar.graphics.palette import Palette