From d7d2b9108e12f86f50f82f124066fab46792bd44 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 12 Nov 2019 10:55:06 +0100 Subject: foxconn: new plugin to support the T77W968 The Dell DW5821e is really a re-branded Foxconn T77W968. --- plugins/tests/test-keyfiles.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/tests/test-keyfiles.c') diff --git a/plugins/tests/test-keyfiles.c b/plugins/tests/test-keyfiles.c index c1c740cb..18037f1f 100644 --- a/plugins/tests/test-keyfiles.c +++ b/plugins/tests/test-keyfiles.c @@ -43,9 +43,9 @@ common_test (const gchar *keyfile_path) /************************************************************/ static void -test_dell_dw5821e (void) +test_foxconn_t77w968 (void) { - common_test (TESTKEYFILE_DELL_DW5821E); + common_test (TESTKEYFILE_FOXCONN_T77W968); } /************************************************************/ @@ -76,7 +76,7 @@ int main (int argc, char **argv) g_test_init (&argc, &argv, NULL); - g_test_add_func ("/MM/test-keyfiles/dell/dw5821e", test_dell_dw5821e); + g_test_add_func ("/MM/test-keyfiles/foxconn/t77w968", test_foxconn_t77w968); return g_test_run (); } -- cgit v1.2.3-70-g09d2