diff options
author | Freedom Liu <tianyu28658@gmail.com> | 2021-04-26 15:19:37 +0800 |
---|---|---|
committer | Freedom Liu <tianyu28658@gmail.com> | 2021-04-29 00:58:35 +0000 |
commit | c31488608a331f4d16dacb923a5611c52f57f1cb (patch) | |
tree | fbce14405e17ff4a76a8de2e12aa27c5490d07b4 /plugins/tests/test-keyfiles.c | |
parent | 7b7bbdd999d00446966f100212bc469970e769a3 (diff) |
foxconn: change modem-foxconn-t77w968 to modem-mbim-foxconn
Named the object in a more generic way.
Diffstat (limited to 'plugins/tests/test-keyfiles.c')
-rw-r--r-- | plugins/tests/test-keyfiles.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/tests/test-keyfiles.c b/plugins/tests/test-keyfiles.c index d528cac9..0914291f 100644 --- a/plugins/tests/test-keyfiles.c +++ b/plugins/tests/test-keyfiles.c @@ -56,9 +56,9 @@ test_dummy (void) #if defined ENABLE_PLUGIN_FOXCONN static void -test_foxconn_t77w968 (void) +test_foxconn (void) { - common_test (TESTKEYFILE_FOXCONN_T77W968); + common_test (TESTKEYFILE_FOXCONN); } #endif @@ -72,7 +72,7 @@ int main (int argc, char **argv) g_test_add_func ("/MM/test-keyfiles/dummy", test_dummy); #if defined ENABLE_PLUGIN_FOXCONN - g_test_add_func ("/MM/test-keyfiles/foxconn/t77w968", test_foxconn_t77w968); + g_test_add_func ("/MM/test-keyfiles/foxconn", test_foxconn); #endif return g_test_run (); |