diff --git a/ChangeLog b/ChangeLog index 0162cf8f1..8470de91a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-27 Owen Taylor + + * test/Makefile.am (XFAIL_TESTS): Remove + text-antialias-none which is now fixed. + + * test/text-antialias-none.c (main): No longer xfail. + 2005-07-27 Owen Taylor * src/cairo-win32-font.c (_win32_scaled_font_create): diff --git a/test/Makefile.am b/test/Makefile.am index 22ff497c6..e1f22eb36 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -108,7 +108,6 @@ filter-nearest-offset \ pixman-rotate \ self-intersecting \ source-surface-scale-paint \ -text-antialias-none \ text-antialias-subpixel \ text-rotate diff --git a/test/text-antialias-none.c b/test/text-antialias-none.c index e74b7fe70..411de0d92 100644 --- a/test/text-antialias-none.c +++ b/test/text-antialias-none.c @@ -73,6 +73,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test_expect_failure (&test, draw, - "Bugs in non-antialiased text rendering in non-xlib backends"); + return cairo_test (&test, draw); }