grim/guifications3

Parents 5c9fc134b59e
Children 41b8049834db
changed the test paths for testcolor.c to remove the 'gf' from it
--- a/gflib-ui/tests/testcolor.c Wed Dec 22 22:50:19 2010 -0600
+++ b/gflib-ui/tests/testcolor.c Wed Dec 22 22:51:55 2010 -0600
@@ -233,16 +233,16 @@
gf_lib_init(NULL, NULL);
/* rgb tests */
- g_test_add_func("/gfcolor/rgb/from", test_gf_color_from_rgb);
- g_test_add_func("/gfcolor/rgb/to", test_gf_color_to_rgb);
+ g_test_add_func("/color/rgb/from", test_gf_color_from_rgb);
+ g_test_add_func("/color/rgb/to", test_gf_color_to_rgb);
/* hsv tests */
- g_test_add_func("/gfcolor/hsv/from", test_gf_color_from_hsv);
- g_test_add_func("/gfcolor/hsv/to", test_gf_color_to_hsv);
+ g_test_add_func("/color/hsv/from", test_gf_color_from_hsv);
+ g_test_add_func("/color/hsv/to", test_gf_color_to_hsv);
/* html tests */
- g_test_add_func("/gfcolor/html/from", test_gf_color_from_html);
- g_test_add_func("/gfcolor/html/to", test_gf_color_to_html);
+ g_test_add_func("/color/html/from", test_gf_color_from_html);
+ g_test_add_func("/color/html/to", test_gf_color_to_html);
return g_test_run();
}