diff options
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 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 (); } |