Fix typo in test case name
This commit is contained in:
+2
-2
@@ -292,7 +292,7 @@ START_TEST (test_logfile_invalid_file)
|
|||||||
|
|
||||||
END_TEST
|
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
|
//check behavior when a log file cannot be re-opened
|
||||||
struct uc_log_module m = {
|
struct uc_log_module m = {
|
||||||
.id = 0,
|
.id = 0,
|
||||||
@@ -380,7 +380,7 @@ Suite *logging_suite(void)
|
|||||||
puts("Cannot access /dev/full. Not testing test_logfile_full_filesystem");
|
puts("Cannot access /dev/full. Not testing test_logfile_full_filesystem");
|
||||||
}
|
}
|
||||||
tcase_add_test(tc1, test_logfile_invalid_file);
|
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);
|
tcase_add_test(tc1, test_logfile_raw);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user