summaryrefslogtreecommitdiff
path: root/tests/at-spi2-atk/atk_test_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/at-spi2-atk/atk_test_image.c')
-rw-r--r--tests/at-spi2-atk/atk_test_image.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/at-spi2-atk/atk_test_image.c b/tests/at-spi2-atk/atk_test_image.c
index f4bc4d06..eb8b2484 100644
--- a/tests/at-spi2-atk/atk_test_image.c
+++ b/tests/at-spi2-atk/atk_test_image.c
@@ -107,16 +107,16 @@ atk_test_image_get_image_locale (TestAppFixture *fixture, gconstpointer user_dat
void
atk_test_image (void)
{
- g_test_add (ATK_TEST_PATH_IMAGE "/atk_test_image_sample_get_interface",
+ g_test_add ("/image/atk_test_image_sample_get_interface",
TestAppFixture, DATA_FILE, fixture_setup, atk_test_image_sample_get_interface, fixture_teardown);
- g_test_add (ATK_TEST_PATH_IMAGE "/atk_test_image_get_image_description",
+ g_test_add ("/image/atk_test_image_get_image_description",
TestAppFixture, DATA_FILE, fixture_setup, atk_test_image_get_image_description, fixture_teardown);
- g_test_add (ATK_TEST_PATH_IMAGE "/atk_test_image_get_image_size",
+ g_test_add ("/image/atk_test_image_get_image_size",
TestAppFixture, DATA_FILE, fixture_setup, atk_test_image_get_image_size, fixture_teardown);
- g_test_add (ATK_TEST_PATH_IMAGE "/atk_test_image_get_image_position",
+ g_test_add ("/image/atk_test_image_get_image_position",
TestAppFixture, DATA_FILE, fixture_setup, atk_test_image_get_image_position, fixture_teardown);
- g_test_add (ATK_TEST_PATH_IMAGE "/atk_test_image_get_image_extents",
+ g_test_add ("/image/atk_test_image_get_image_extents",
TestAppFixture, DATA_FILE, fixture_setup, atk_test_image_get_image_extents, fixture_teardown);
- g_test_add (ATK_TEST_PATH_IMAGE "/atk_test_image_get_image_locale",
+ g_test_add ("/image/atk_test_image_get_image_locale",
TestAppFixture, DATA_FILE, fixture_setup, atk_test_image_get_image_locale, fixture_teardown);
}