aboutsummaryrefslogtreecommitdiff
path: root/plugins/tests/test-keyfiles.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-11-12 10:55:06 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-11-13 12:31:58 +0100
commitd7d2b9108e12f86f50f82f124066fab46792bd44 (patch)
treee5a599f1155f2e5ec14e2374c608d47601c69ea9 /plugins/tests/test-keyfiles.c
parent5ab5593edbf86a268f9b6d196f30e303c1e1b879 (diff)
foxconn: new plugin to support the T77W968
The Dell DW5821e is really a re-branded Foxconn T77W968.
Diffstat (limited to 'plugins/tests/test-keyfiles.c')
-rw-r--r--plugins/tests/test-keyfiles.c6
1 files changed, 3 insertions, 3 deletions
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 ();
}