OSDN Git Service

# "TEST SUITE:" keyword was added.
authortsutsumi <>
Wed, 1 Oct 2003 20:58:40 +0000 (20:58 +0000)
committertsutsumi <>
Wed, 1 Oct 2003 20:58:40 +0000 (20:58 +0000)
tests/testAssert.c
tests/testReadSuite.c

index da0312d..8de0443 100644 (file)
@@ -24,6 +24,8 @@
 #include <limits.h>
 #include <ccunit/CCUnitAssert.h>
 
+/** test suite: assert test */
+
 /** test case: assert macro test */
 
 void setUp_testAssert ()
index dc813c2..86d0392 100644 (file)
@@ -24,7 +24,7 @@
 #include <ccunit/CCUnit.h>
 
 /** @file
- * read test suite file.
+ * test suite: read test suite file.
  */
 
 /**
@@ -93,7 +93,8 @@ void test_readSuite_skip_doxycomment ()
   bool found = false;
   while (fgets (line, sizeof (line), lfp) != NULL)
     {
-      if (strcmp (line, "LOG: comment content: \"read test suite file.\"\n") == 0)
+      if (strcmp (line, "LOG: comment content: "
+                 "\"test suite: read test suite file.\"\n") == 0)
        {
          found = true;
          return;
@@ -106,3 +107,6 @@ void test_readSuite_skip_doxycomment ()
 /**
  * end test case
  */
+/**
+ * end test suite
+ */