[librsvg/librsvg-2.40] Rename the loading tests to have a "/loading/" prefix



commit 9a314cdcd5a37423546c632cbbfd55f6c54d8f61
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Oct 3 15:01:18 2017 -0500

    Rename the loading tests to have a "/loading/" prefix

 tests/loading.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/loading.c b/tests/loading.c
index e72dacb..de5218c 100644
--- a/tests/loading.c
+++ b/tests/loading.c
@@ -57,9 +57,9 @@ load_n_bytes_at_a_time (gconstpointer data)
 }
 
 static TestData tests[] = {
-    { "/load-one-byte-at-a-time", "loading/gnome-cool.svg", 1 },
-    { "/load-compressed-one-byte-at-a-time", "loading/gnome-cool.svgz", 1 },
-    { "/load-compressed-two-bytes-at-a-time", "loading/gnome-cool.svgz", 2 } /* to test reading the entire 
gzip header */
+    { "/loading/one-byte-at-a-time", "loading/gnome-cool.svg", 1 },
+    { "/loading/compressed-one-byte-at-a-time", "loading/gnome-cool.svgz", 1 },
+    { "/loading/compressed-two-bytes-at-a-time", "loading/gnome-cool.svgz", 2 } /* to test reading the 
entire gzip header */
 };
 
 int


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]