summaryrefslogtreecommitdiff
path: root/tests/src/test-runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test-runner.c')
-rw-r--r--tests/src/test-runner.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/test-runner.c b/tests/src/test-runner.c
index a2061bf7..36473349 100644
--- a/tests/src/test-runner.c
+++ b/tests/src/test-runner.c
@@ -1368,6 +1368,10 @@ main (int argc, char **argv)
{"crash-authenticate", "", TRUE, "Crash Auth User", NULL, NULL, NULL, NULL, 1020},
/* This account shows an informational prompt on login */
{"info-prompt", "password", TRUE, "Info Prompt", NULL, NULL, NULL, NULL, 1021},
+ /* This account shows multiple informational prompts on login */
+ {"multi-info-prompt","password", TRUE, "Multi Info Prompt", NULL, NULL, NULL, NULL, 1022},
+ /* This account uses two factor authentication */
+ {"two-factor", "password", TRUE, "Two Factor", NULL, NULL, NULL, NULL, 1023},
{NULL, NULL, FALSE, NULL, NULL, NULL, NULL, NULL, 0}
};
passwd_data = g_string_new ("");