Fix typo in test case name

This commit is contained in:
Nils O. Selåsdal
2012-11-12 21:32:08 +01:00
parent 95fb1cacfe
commit 553f670a2a
+2 -2
View File
@@ -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);