aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech/tests
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/simtech/tests')
-rw-r--r--plugins/simtech/tests/test-modem-helpers-simtech.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/plugins/simtech/tests/test-modem-helpers-simtech.c b/plugins/simtech/tests/test-modem-helpers-simtech.c
index f1109534..d5d774f2 100644
--- a/plugins/simtech/tests/test-modem-helpers-simtech.c
+++ b/plugins/simtech/tests/test-modem-helpers-simtech.c
@@ -21,7 +21,7 @@
#define _LIBMM_INSIDE_MM
#include <libmm-glib.h>
-#include "mm-log.h"
+#include "mm-log-test.h"
#include "mm-modem-helpers.h"
#include "mm-modem-helpers-simtech.h"
@@ -317,27 +317,6 @@ test_rxdtmf_urc_one_cr (void)
/*****************************************************************************/
-void
-_mm_log (gpointer obj,
- const char *loc,
- const char *func,
- guint32 level,
- const char *fmt,
- ...)
-{
- va_list args;
- gchar *msg;
-
- if (!g_test_verbose ())
- return;
-
- va_start (args, fmt);
- msg = g_strdup_vprintf (fmt, args);
- va_end (args);
- g_print ("%s\n", msg);
- g_free (msg);
-}
-
int main (int argc, char **argv)
{
setlocale (LC_ALL, "");