From e4dc73ab1cafeb8dd77d3ee3dc92d9a92be69542 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 25 Sep 2006 16:16:35 -0700 Subject: [PATCH] Rename test from stale path-data name to copy-path --- test/Makefile.am | 6 +++--- ...s-argb32-ref.png => copy-path-ps-argb32-ref.png} | Bin test/{path-data-ref.png => copy-path-ref.png} | Bin test/{path-data.c => copy-path.c} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename test/{path-data-ps-argb32-ref.png => copy-path-ps-argb32-ref.png} (100%) rename test/{path-data-ref.png => copy-path-ref.png} (100%) rename test/{path-data.c => copy-path.c} (99%) diff --git a/test/Makefile.am b/test/Makefile.am index 763203b6c..c513949c8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,6 +17,7 @@ close-path \ composite-integer-translate-source \ composite-integer-translate-over \ composite-integer-translate-over-repeat \ +copy-path \ create-for-stream \ create-from-png \ create-from-png-stream \ @@ -59,7 +60,6 @@ operator-source \ paint \ paint-source-alpha \ paint-with-alpha \ -path-data \ pattern-get-type \ pattern-getters \ pixman-rotate \ @@ -189,6 +189,8 @@ composite-integer-translate-over-pdf-argb32-ref.png \ composite-integer-translate-over-svg-ref.png \ composite-integer-translate-over-repeat-ref.png \ composite-integer-translate-source-ref.png \ +copy-path-ref.png \ +copy-path-ps-argb32-ref.png \ create-from-png-ref.png \ create-from-png-stream-ref.png \ dash-caps-joins-ref.png \ @@ -274,8 +276,6 @@ paint-source-alpha-pdf-argb32-ref.png \ paint-source-alpha-svg-ref.png \ paint-with-alpha-ref.png \ paint-with-alpha-svg-ref.png \ -path-data-ref.png \ -path-data-ps-argb32-ref.png \ pixman-rotate-ref.png \ pixman-rotate-rgb24-ref.png \ push-group-ref.png \ diff --git a/test/path-data-ps-argb32-ref.png b/test/copy-path-ps-argb32-ref.png similarity index 100% rename from test/path-data-ps-argb32-ref.png rename to test/copy-path-ps-argb32-ref.png diff --git a/test/path-data-ref.png b/test/copy-path-ref.png similarity index 100% rename from test/path-data-ref.png rename to test/copy-path-ref.png diff --git a/test/path-data.c b/test/copy-path.c similarity index 99% rename from test/path-data.c rename to test/copy-path.c index f1e04426c..b7635468f 100644 --- a/test/path-data.c +++ b/test/copy-path.c @@ -29,7 +29,7 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { - "path-data", + "copy-path", "Tests calls to path_data functions: cairo_copy_path, cairo_copy_path_flat, and cairo_append_path", 45, 53, draw