aboutsummaryrefslogtreecommitdiff
path: root/src/tests/test-at-serial-port.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2013-11-20 15:41:33 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-13 13:40:01 +0100
commit6f235b9948cf1ff1d11a7a339d3d1ffc40171dcd (patch)
treeede65682bbc0684c6e07bd8293be3fa10595be9b /src/tests/test-at-serial-port.c
parent0d1602bf0f861eed0af68a51610a3a6d3e139d0b (diff)
ports: rename 'MMAtSerialPort' to 'MMPortSerialAt'
Diffstat (limited to 'src/tests/test-at-serial-port.c')
-rw-r--r--src/tests/test-at-serial-port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test-at-serial-port.c b/src/tests/test-at-serial-port.c
index 0b5f5060..c0be5fa1 100644
--- a/src/tests/test-at-serial-port.c
+++ b/src/tests/test-at-serial-port.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <glib.h>
-#include "mm-at-serial-port.h"
+#include "mm-port-serial-at.h"
#include "mm-log.h"
typedef struct {
@@ -56,7 +56,7 @@ at_serial_echo_removal (void)
(guint8 *)echo_removal_tests[i].original,
strlen (echo_removal_tests[i].original) + 1);
- mm_at_serial_port_remove_echo (ba);
+ mm_port_serial_at_remove_echo (ba);
g_assert_cmpstr ((gchar *)ba->data, ==, echo_removal_tests[i].without_echo);