[recipes] Add a test for unit parsing



commit eb27482704c953d77b6cdf0ed39303f476041555
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 24 09:42:51 2016 -0500

    Add a test for unit parsing
    
    This just tests that we recognize all the abbreviations,
    names and plurals. No surprises here.

 tests/Makefile.am              |   11 +-
 tests/unit-data/unit1.expected |  322 ++++++++++++++++++++++++++++++++++++++++
 tests/unit-data/unit1.in       |   46 ++++++
 tests/unit.c                   |  152 +++++++++++++++++++
 4 files changed, 529 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 978af86..1ca8ac3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,10 +6,12 @@ TESTS_ENVIRONMENT = \
        MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
 
 TESTS = \
+       unit \
        number \
        ingredients
 
 check_PROGRAMS = \
+       unit \
        number \
        ingredients
 
@@ -18,7 +20,6 @@ ingredients_CFLAGS = \
        $(RECIPES_CFLAGS)       \
        -DPKGDATADIR=\"$(pkgdatadir)\"  \
        -I$(top_srcdir)/src
-
 ingredients_LDADD = $(RECIPES_LIBS)
 
 number_SOURCES = number.c
@@ -26,9 +27,15 @@ number_CFLAGS = \
        $(RECIPES_CFLAGS)       \
        -DPKGDATADIR=\"$(pkgdatadir)\"  \
        -I$(top_srcdir)/src
-
 number_LDADD = $(RECIPES_LIBS)
 
+unit_SOURCES = unit.c
+unit_CFLAGS = \
+       $(RECIPES_CFLAGS)       \
+       -DPKGDATADIR=\"$(pkgdatadir)\"  \
+       -I$(top_srcdir)/src
+unit_LDADD = $(RECIPES_LIBS)
+
 EXTRA_DIST = \
        ingredients-data/valid-1.expected ingredients-data/valid-1.in   \
        ingredients-data/valid-2.expected ingredients-data/valid-2.in   \
diff --git a/tests/unit-data/unit1.expected b/tests/unit-data/unit1.expected
new file mode 100644
index 0000000..c81e668
--- /dev/null
+++ b/tests/unit-data/unit1.expected
@@ -0,0 +1,322 @@
+INPUT 'gram'
+REST ''
+UNIT g
+NAME gram
+PLURAL grams
+ABBREVIATION g
+
+INPUT 'grams'
+REST ''
+UNIT g
+NAME gram
+PLURAL grams
+ABBREVIATION g
+
+INPUT 'g'
+REST ''
+UNIT g
+NAME gram
+PLURAL grams
+ABBREVIATION g
+
+INPUT 'kilogram'
+REST ''
+UNIT kg
+NAME kilogram
+PLURAL kilograms
+ABBREVIATION kg
+
+INPUT 'kilograms'
+REST ''
+UNIT kg
+NAME kilogram
+PLURAL kilograms
+ABBREVIATION kg
+
+INPUT 'kg'
+REST ''
+UNIT kg
+NAME kilogram
+PLURAL kilograms
+ABBREVIATION kg
+
+INPUT 'lb'
+REST ''
+UNIT lb
+NAME pound
+PLURAL pounds
+ABBREVIATION lb
+
+INPUT 'pound'
+REST ''
+UNIT lb
+NAME pound
+PLURAL pounds
+ABBREVIATION lb
+
+INPUT 'pounds'
+REST ''
+UNIT lb
+NAME pound
+PLURAL pounds
+ABBREVIATION lb
+
+INPUT 'ounce'
+REST ''
+UNIT oz
+NAME ounce
+PLURAL ounces
+ABBREVIATION oz
+
+INPUT 'ounces'
+REST ''
+UNIT oz
+NAME ounce
+PLURAL ounces
+ABBREVIATION oz
+
+INPUT 'oz'
+REST ''
+UNIT oz
+NAME ounce
+PLURAL ounces
+ABBREVIATION oz
+
+INPUT 'liter'
+REST ''
+UNIT l
+NAME liter
+PLURAL liters
+ABBREVIATION l
+
+INPUT 'liters'
+REST ''
+UNIT l
+NAME liter
+PLURAL liters
+ABBREVIATION l
+
+INPUT 'l'
+REST ''
+UNIT l
+NAME liter
+PLURAL liters
+ABBREVIATION l
+
+INPUT 'deciliter'
+REST ''
+UNIT dl
+NAME deciliter
+PLURAL deciliters
+ABBREVIATION dl
+
+INPUT 'deciliters'
+REST ''
+UNIT dl
+NAME deciliter
+PLURAL deciliters
+ABBREVIATION dl
+
+INPUT 'dl'
+REST ''
+UNIT dl
+NAME deciliter
+PLURAL deciliters
+ABBREVIATION dl
+
+INPUT 'milliliter'
+REST ''
+UNIT ml
+NAME milliliter
+PLURAL milliliters
+ABBREVIATION ml
+
+INPUT 'milliliters'
+REST ''
+UNIT ml
+NAME milliliter
+PLURAL milliliters
+ABBREVIATION ml
+
+INPUT 'ml'
+REST ''
+UNIT ml
+NAME milliliter
+PLURAL milliliters
+ABBREVIATION ml
+
+INPUT 'fluid ounce'
+REST ''
+UNIT fl oz
+NAME fluid ounce
+PLURAL fluid ounces
+ABBREVIATION fl oz
+
+INPUT 'fluid ounces'
+REST ''
+UNIT fl oz
+NAME fluid ounce
+PLURAL fluid ounces
+ABBREVIATION fl oz
+
+INPUT 'fl oz'
+REST ''
+UNIT fl oz
+NAME fluid ounce
+PLURAL fluid ounces
+ABBREVIATION fl oz
+
+INPUT 'pint'
+REST ''
+UNIT pt
+NAME pint
+PLURAL pints
+ABBREVIATION pt
+
+INPUT 'pints'
+REST ''
+UNIT pt
+NAME pint
+PLURAL pints
+ABBREVIATION pt
+
+INPUT 'pt'
+REST ''
+UNIT pt
+NAME pint
+PLURAL pints
+ABBREVIATION pt
+
+INPUT 'quart'
+REST ''
+UNIT qt
+NAME quart
+PLURAL quarts
+ABBREVIATION qt
+
+INPUT 'quarts'
+REST ''
+UNIT qt
+NAME quart
+PLURAL quarts
+ABBREVIATION qt
+
+INPUT 'qt'
+REST ''
+UNIT qt
+NAME quart
+PLURAL quarts
+ABBREVIATION qt
+
+INPUT 'gallon'
+REST ''
+UNIT gal
+NAME gallon
+PLURAL gallons
+ABBREVIATION gal
+
+INPUT 'gallons'
+REST ''
+UNIT gal
+NAME gallon
+PLURAL gallons
+ABBREVIATION gal
+
+INPUT 'gal'
+REST ''
+UNIT gal
+NAME gallon
+PLURAL gallons
+ABBREVIATION gal
+
+INPUT 'cup'
+REST ''
+UNIT cup
+NAME cup
+PLURAL cups
+ABBREVIATION cup
+
+INPUT 'cups'
+REST ''
+UNIT cup
+NAME cup
+PLURAL cups
+ABBREVIATION cup
+
+INPUT 'tablespoon'
+REST ''
+UNIT tbsp
+NAME tablespoon
+PLURAL tablespoons
+ABBREVIATION tbsp
+
+INPUT 'tablespoons'
+REST ''
+UNIT tbsp
+NAME tablespoon
+PLURAL tablespoons
+ABBREVIATION tbsp
+
+INPUT 'tbsp'
+REST ''
+UNIT tbsp
+NAME tablespoon
+PLURAL tablespoons
+ABBREVIATION tbsp
+
+INPUT 'teaspoon'
+REST ''
+UNIT tsp
+NAME teaspoon
+PLURAL teaspoons
+ABBREVIATION tsp
+
+INPUT 'teaspoons'
+REST ''
+UNIT tsp
+NAME teaspoon
+PLURAL teaspoons
+ABBREVIATION tsp
+
+INPUT 'tsp'
+REST ''
+UNIT tsp
+NAME teaspoon
+PLURAL teaspoons
+ABBREVIATION tsp
+
+INPUT 'box'
+REST ''
+UNIT box
+NAME box
+PLURAL boxes
+ABBREVIATION box
+
+INPUT 'boxes'
+REST ''
+UNIT box
+NAME box
+PLURAL boxes
+ABBREVIATION box
+
+INPUT 'package'
+REST ''
+UNIT package
+NAME package
+PLURAL packages
+ABBREVIATION pkg
+
+INPUT 'packages'
+REST ''
+UNIT package
+NAME package
+PLURAL packages
+ABBREVIATION pkg
+
+INPUT 'pkg'
+REST ''
+UNIT package
+NAME package
+PLURAL packages
+ABBREVIATION pkg
+
diff --git a/tests/unit-data/unit1.in b/tests/unit-data/unit1.in
new file mode 100644
index 0000000..1c15ae4
--- /dev/null
+++ b/tests/unit-data/unit1.in
@@ -0,0 +1,46 @@
+gram
+grams
+g
+kilogram
+kilograms
+kg
+lb
+pound
+pounds
+ounce
+ounces
+oz
+liter
+liters
+l
+deciliter
+deciliters
+dl
+milliliter
+milliliters
+ml
+fluid ounce
+fluid ounces
+fl oz
+pint
+pints
+pt
+quart
+quarts
+qt
+gallon
+gallons
+gal
+cup
+cups
+tablespoon
+tablespoons
+tbsp
+teaspoon
+teaspoons
+tsp
+box
+boxes
+package
+packages
+pkg
diff --git a/tests/unit.c b/tests/unit.c
new file mode 100644
index 0000000..1651ce3
--- /dev/null
+++ b/tests/unit.c
@@ -0,0 +1,152 @@
+/* unit.c
+ *
+ * Copyright (C) 2016 Matthias Clasen <mclasen redhat com#}#>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more &details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include <locale.h>
+#include <stdio.h>
+#include <glib.h>
+#include "gr-unit.h"
+#include "gr-unit.c"
+
+static GString *string;
+
+static void
+test_line (const char *line)
+{
+        char *input;
+        const char *unit;
+        g_autoptr(GError) error = NULL;
+
+        g_string_append_printf (string, "INPUT '%s'\n", line);
+
+        input = (char *)line;
+        unit = gr_unit_parse (&input, &error);
+        if (!unit) {
+                g_string_append_printf (string, "REST '%s'\n", input);
+                g_string_append_printf (string, "ERROR %s\n", error->message);
+        }
+        else {
+                g_string_append_printf (string, "REST '%s'\n", input);
+                g_string_append_printf (string, "UNIT %s\n", unit);
+                g_string_append_printf (string, "NAME %s\n", gr_unit_get_display_name (unit));
+                g_string_append_printf (string, "PLURAL %s\n", gr_unit_get_plural (unit));
+                g_string_append_printf (string, "ABBREVIATION %s\n", gr_unit_get_abbreviation (unit));
+        }
+
+        g_string_append (string, "\n");
+}
+
+static void
+test_file (const char *filename)
+{
+        g_autofree char *contents = NULL;
+        gsize length;
+        g_autoptr(GError) error = NULL;
+        g_auto(GStrv) lines = NULL;
+        int i;
+
+        if (!g_file_get_contents (filename, &contents, &length, &error)) {
+                fprintf (stderr, "%s\n", error->message);
+                return;
+        }
+
+        lines = g_strsplit (contents, "\n", -1);
+        for (i = 0; lines[i]; i++) {
+                if (lines[i][0] != 0 && lines[i][0] != '#')
+                        test_line (lines[i]);
+        }
+}
+
+static char *
+get_expected_filename (const char *filename)
+{
+        char *f, *p, *expected;
+
+        f = g_strdup (filename);
+        p = strstr (f, ".in");
+        if (p)
+                *p = 0;
+        expected = g_strconcat (f, ".expected", NULL);
+
+        g_free (f);
+
+        return expected;
+}
+
+static void
+test_parse (gconstpointer d)
+{
+        const char *filename = d;
+        char *expected_file;
+        char *expected;
+        GError *error = NULL;
+
+        expected_file = get_expected_filename (filename);
+
+        string = g_string_sized_new (0);
+
+        test_file (filename);
+
+        g_file_get_contents (expected_file, &expected, NULL, &error);
+        g_assert_no_error (error);
+        g_assert_cmpstr (string->str, ==, expected);
+        g_free (expected);
+
+        g_string_free (string, TRUE);
+
+        g_free (expected_file);
+}
+
+int main (int argc, char *argv[])
+{
+        GDir *dir;
+        GError *error;
+        const char *name;
+        char *path;
+
+        g_setenv ("LC_ALL", "en_US.UTF-8", TRUE);
+        setlocale (LC_ALL, "");
+
+        g_test_init (&argc, &argv, NULL);
+
+        /* allow to easily generate expected output for new test cases */
+        if (argc > 1) {
+                string = g_string_sized_new (0);
+                test_file (argv[1]);
+                g_print ("%s", string->str);
+                return 0;
+        }
+
+        error = NULL;
+        path = g_test_build_filename (G_TEST_DIST, "unit-data", NULL);
+        dir = g_dir_open (path, 0, &error);
+        g_free (path);
+        g_assert_no_error (error);
+        while ((name = g_dir_read_name (dir)) != NULL) {
+                if (!g_str_has_suffix (name, ".in"))
+                        continue;
+
+                path = g_strdup_printf ("/unit/parse/%s", name);
+                g_test_add_data_func_full (path, g_test_build_filename (G_TEST_DIST, "unit-data", name, 
NULL),
+                                           test_parse, g_free);
+                g_free (path);
+        }
+        g_dir_close (dir);
+
+  return g_test_run ();
+}


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