[librsvg] Removed the styles tests; they have been unused for a long while



commit fa371b5123d1270f853dc52a24b8156ca40fe6c3
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jan 8 08:54:56 2019 -0600

    Removed the styles tests; they have been unused for a long while

 tests/Makefile.am                   |   9 +--
 tests/fixtures/styles/bug338160.svg |  58 ----------------
 tests/fixtures/styles/bug379629.svg |  45 ------------
 tests/fixtures/styles/bug418823.svg |  12 ----
 tests/fixtures/styles/bug592207.svg |  13 ----
 tests/fixtures/styles/bug614606.svg | 133 ------------------------------------
 tests/fixtures/styles/bug614643.svg |  15 ----
 tests/fixtures/styles/bug614704.svg |  11 ---
 tests/fixtures/styles/bug620693.svg |   4 --
 tests/fixtures/styles/important.svg |  14 ----
 tests/fixtures/styles/order.svg     |  25 -------
 tests/fixtures/styles/svg-class.svg |  14 ----
 tests/styles.c                      | 124 ---------------------------------
 13 files changed, 1 insertion(+), 476 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index efcbbe6a..7b526e6c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,8 +14,6 @@ test_programs =               \
        errors          \
        infinite-loop
 
-# Removed "styles" from the above; it is broken right now
-
 test_utils_common_sources = \
        test-utils.c    \
        test-utils.h
@@ -44,10 +42,6 @@ render_crash_SOURCES = \
        render-crash.c  \
        $(test_utils_common_sources)
 
-# styles_SOURCES = \
-#      styles.c        \
-#      $(test_utils_common_sources)
-
 dimensions_SOURCES = \
        dimensions.c    \
        $(test_utils_common_sources)
@@ -88,8 +82,7 @@ dist_installed_test_data =                                            \
        $(wildcard $(srcdir)/fixtures/reftests/svg1.1/images/*)         \
        $(wildcard $(srcdir)/fixtures/reftests/svg1.1/resources/*)      \
        $(wildcard $(srcdir)/fixtures/render-crash/*.svg)               \
-       $(wildcard $(srcdir)/fixtures/dimensions/*.svg)                 \
-       $(wildcard $(srcdir)/fixtures/styles/*.svg)
+       $(wildcard $(srcdir)/fixtures/dimensions/*.svg)
 
 clean-local:
        rm -rf output


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