[gnumeric] Docs: update test status for *ifs.



commit ae2880b3c062492651c422f61777f4f45468d106
Author: Morten Welinder <terra gnome org>
Date:   Sat Nov 18 21:42:12 2017 -0500

    Docs: update test status for *ifs.

 plugins/fn-math/functions.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 67e46d6..5197022 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -3483,7 +3483,7 @@ GnmFuncDescriptor const math_functions[] = {
        { "countifs", NULL,  help_countifs,
          NULL, gnumeric_countifs, NULL, NULL,
          GNM_FUNC_SIMPLE,
-         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
+         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
 
        { "ceil",    "f",     help_ceil,
          gnumeric_ceil, NULL, NULL, NULL,
@@ -3657,22 +3657,22 @@ GnmFuncDescriptor const math_functions[] = {
        { "sumifs", NULL,  help_sumifs,
          NULL, gnumeric_sumifs, NULL, NULL,
          GNM_FUNC_SIMPLE,
-         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
+         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
        { "averageif",   "rS|r",  help_averageif,
          gnumeric_averageif, NULL, NULL, NULL,
-         GNM_FUNC_SIMPLE, GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
+         GNM_FUNC_SIMPLE, GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
        { "averageifs", NULL,  help_averageifs,
          NULL, gnumeric_averageifs, NULL, NULL,
          GNM_FUNC_SIMPLE,
-         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
+         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
        { "minifs", NULL,  help_minifs,
          NULL, gnumeric_minifs, NULL, NULL,
          GNM_FUNC_SIMPLE,
-         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
+         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
        { "maxifs", NULL,  help_maxifs,
          NULL, gnumeric_maxifs, NULL, NULL,
          GNM_FUNC_SIMPLE,
-         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
+         GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
        { "sumproduct", NULL,  help_sumproduct,
          NULL, gnumeric_sumproduct, NULL, NULL,
          GNM_FUNC_SIMPLE, GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },


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