]> granicus.if.org Git - check/commitdiff
fix spelling issue in test
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 16 Feb 2014 16:22:40 +0000 (16:22 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 16 Feb 2014 16:22:40 +0000 (16:22 +0000)
The code changed 'occured' -> 'occurred', but the tests needed
to be changed as well.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1121 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/check_check_master.c

index eec3c90779437d47323c510aff166eadb68582ea..4ec681583ee1527a4f5a7de573600182c3055a31 100644 (file)
@@ -38,9 +38,9 @@ static master_test_t master_tests[] = {
 #if defined(__GNUC__)
   { "Simple Tests", CK_FAILURE, "Assertion '4 == 5' failed" },
 #endif /* __GNUC__ */
-  { "Simple Tests", CK_FAILURE, "Failure '2 != 3' occured" },
+  { "Simple Tests", CK_FAILURE, "Failure '2 != 3' occurred" },
 #if defined(__GNUC__)
-  { "Simple Tests", CK_FAILURE, "Failure '4 != 5' occured" },
+  { "Simple Tests", CK_FAILURE, "Failure '4 != 5' occurred" },
 #endif /* __GNUC__ */
   { "Simple Tests", CK_FAILURE, "3 != 4" },
   { "Simple Tests", CK_FAILURE, "5 != 6" },