OSDN Git Service

corresponding to new library version.
authortsutsumi <>
Thu, 11 Sep 2003 02:42:42 +0000 (02:42 +0000)
committertsutsumi <>
Thu, 11 Sep 2003 02:42:42 +0000 (02:42 +0000)
tests/testSuite.c

index 6f0a03f..f869832 100644 (file)
@@ -24,6 +24,9 @@
 #include <ccunit/CCUnitAssert.h>
 #include <ccunit/CCUnitTestSuite.h>
 
+/**
+ * test case: new test.
+ */
 static CCUnitTestSuite* suite;
 
 void setUp_newTestSuite ()
@@ -49,5 +52,5 @@ void test_newTestSuite_success ()
  */
 void test_newTestSuite_name ()
 {
-  CCUNIT_ASSERT_EQ_STR ("test_newTestSuite", suite->test.name);
+  CCUNIT_ASSERT_EQ_STR ("test_newTestSuite", suite->name);
 }