summaryrefslogtreecommitdiff
path: root/test/text-zero-len.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-02-27 13:18:39 -0800
committerCarl Worth <cworth@cworth.org>2008-02-27 13:18:39 -0800
commit0532cb5c03bac394e22ac4200e8bebc3d959b21c (patch)
treeda731156cb6952b3d7c0036ccbe3b92ec7feb5f0 /test/text-zero-len.c
parent427a73ab31e2dce9d98820ba921b216176cde182 (diff)
Remove reference images for text-zero-len
This test isn't generating any image output, so it's silly to have a 60x60 reference image for that. Not only that, but the rgb24 cases have always been failing due to a missing rgb24- specific reference image, (but pdiff had been hiding that).
Diffstat (limited to 'test/text-zero-len.c')
-rw-r--r--test/text-zero-len.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/text-zero-len.c b/test/text-zero-len.c
index 6c2a8369..fff97830 100644
--- a/test/text-zero-len.c
+++ b/test/text-zero-len.c
@@ -40,8 +40,6 @@
#include "cairo-test.h"
-#define WIDTH 60
-#define HEIGHT 60
#define NUM_TEXT 20
#define TEXT_SIZE 12
@@ -50,7 +48,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"text-zero-len",
"Tests show_text and text_path with a zero-sized string",
- WIDTH, HEIGHT,
+ 0, 0,
draw
};