[librsvg: 27/29] Test rsvg_handle_new_with_flags() in one of the existing tests
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 27/29] Test rsvg_handle_new_with_flags() in one of the existing tests
- Date: Tue, 6 Feb 2018 21:06:21 +0000 (UTC)
commit fabd5bc99bfe8137a8a45e5c826d7f18dff775aa
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Feb 6 14:07:01 2018 -0600
Test rsvg_handle_new_with_flags() in one of the existing tests
tests/api.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/tests/api.c b/tests/api.c
index 749d55f..19323a4 100644
--- a/tests/api.c
+++ b/tests/api.c
@@ -18,7 +18,6 @@ rsvg_handle_get_base_uri
rsvg_handle_set_base_uri
rsvg_handle_set_size_callback
rsvg_handle_internal_set_testing
-rsvg_handle_new_with_flags
rsvg_handle_render_cairo
rsvg_handle_render_cairo_sub
rsvg_handle_set_base_gfile
@@ -246,7 +245,7 @@ handle_write_close_free (void)
g_assert (data != NULL);
g_assert (error == NULL);
- RsvgHandle *handle = rsvg_handle_new ();
+ RsvgHandle *handle = rsvg_handle_new_with_flags (RSVG_HANDLE_FLAGS_NONE);
for (i = 0; i < length; i++) {
g_assert (rsvg_handle_write (handle, (guchar *) &data[i], 1, &error));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]