diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2013-11-20 15:41:33 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-13 13:40:01 +0100 |
commit | 6f235b9948cf1ff1d11a7a339d3d1ffc40171dcd (patch) | |
tree | ede65682bbc0684c6e07bd8293be3fa10595be9b /src/tests/test-at-serial-port.c | |
parent | 0d1602bf0f861eed0af68a51610a3a6d3e139d0b (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.c | 4 |
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); |