From 553f670a2a72eca9cc8ae087b88951beeecf8088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Mon, 12 Nov 2012 21:32:08 +0100 Subject: [PATCH] Fix typo in test case name --- test/test_logging.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_logging.c b/test/test_logging.c index cf1d47b..336e174 100644 --- a/test/test_logging.c +++ b/test/test_logging.c @@ -292,7 +292,7 @@ START_TEST (test_logfile_invalid_file) END_TEST -START_TEST (test_logfile_invalid_file_after_repoen) +START_TEST (test_logfile_invalid_file_after_reopen) //check behavior when a log file cannot be re-opened struct uc_log_module m = { .id = 0, @@ -380,7 +380,7 @@ Suite *logging_suite(void) puts("Cannot access /dev/full. Not testing test_logfile_full_filesystem"); } tcase_add_test(tc1, test_logfile_invalid_file); - tcase_add_test(tc2, test_logfile_invalid_file_after_repoen); + tcase_add_test(tc2, test_logfile_invalid_file_after_reopen); tcase_add_test(tc1, test_logfile_raw);