X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fcheck-hildon-color-button.c;h=4edfeec4162706d30a9b76e184c7d05c98207915;hb=e1afca5a15a0e4469be16f56c62ad7b4d8cdb1d6;hp=967b2cdac48ec77728f665baa82db32ef6542f5d;hpb=371e26f2444facff4b31e3600b851487fe371373;p=hildon diff --git a/tests/check-hildon-color-button.c b/tests/check-hildon-color-button.c index 967b2cd..4edfeec 100644 --- a/tests/check-hildon-color-button.c +++ b/tests/check-hildon-color-button.c @@ -1,11 +1,13 @@ /* - * Copyright (C) 2006 Nokia Corporation. + * This file is a part of hildon tests * - * Contact: Luc Pionchon + * Copyright (C) 2006, 2007 Nokia Corporation, all rights reserved. + * + * Contact: Michael Dominic Kostrzewa * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of + * as published by the Free Software Foundation; version 2.1 of * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but @@ -27,7 +29,7 @@ #include #include "test_suites.h" #include "check_utils.h" -#include "hildon-color-button.h" +#include /* -------------------- Fixtures -------------------- */ static HildonColorButton *color_button = NULL; @@ -363,6 +365,7 @@ START_TEST (test_set_color_invalid) } gtk_widget_destroy(aux_object); + g_free (ret_color); } END_TEST