OSDN Git Service

add changes
authortsutsumi <>
Thu, 11 Sep 2003 02:45:48 +0000 (02:45 +0000)
committertsutsumi <>
Thu, 11 Sep 2003 02:45:48 +0000 (02:45 +0000)
ChangeLog

index c483f05..6ef7875 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2003-09-11  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * testSuite.c: corresponding to new library version.
+
+       * Makefile.am: rename ccunit_makeTest to ccunit_makeSuite
+
+2003-09-11  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * doc/Makefile.am: disable man support
+
+       * doc/Doxyfile.in: make MAN_OUTPUT to NO
+
+       * src/ccunit/CCUnitReadSuite.c: add convenience function
+
+       * src/ccunit/CCUnitMakeSuite.h: make function to inline
+
+       * src/ccunit/Makefile.am: add new files
+
+       * src/ccunit/CCUnitWriteTestAdd.c: rename to CCUnitWriteSuite.c
+
+       * src/ccunit/CCUnitWriteSuite.c: rename from WriteTestAdd
+
+       * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
+       add convenience function
+
+       * src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestListener.h:
+       change TestCase to TestFixture
+
+       * src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestFixture.h: new
+
+       * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
+       TestFixture was separated from TestCase.
+
+       * src/ccunit/CCUnitMakeSuite.h: rename some structure and function
+
+       * src/ccunit/CCUnitReadSuite.c: new
+
+       * src/ccunit/CCUnitReadTestDef.c: rename to CCUniteReadSuite.c
+
+       * src/ccunit/CCUnitMakeSuite.c: Change the function name.
+       Tried to do the error check of the object creation.
+
+2003-09-10  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitConfig.h: remove print format string
+
+       * src/Makefile.am: add CCUnitTestFixture.h
+
+       * configure.ac: add memset check
+
+2003-09-09  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitReadTestDef.c: integrated test func to test case
+
+       * src/tools/ccunit_makeTest.c: rename to makeSuite
+
+       * configure.ac: A revision was renewed.
+
+       * doc/Doxyfile.in: add predefined macro
+
+       * src/ccunit/CCUnitReadTestDef.c: The most part is changed.
+
+       * src/ccunit/CCUnitTestSuite.h: change comments
+
+       * src/ccunit/CCUnitTestSuite.c: The most part is changed.
+
+       * src/ccunit/CCUnitTestRunner.h: add doxycomment
+
+       * src/ccunit/CCUnitTestRunner.c:
+       It is changed because the definition of the size type varies in the environment.
+
+       * src/ccunit/CCUnitTestResult.h: Delete unise function
+
+       * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
+       Integrate TestFunc class to TestCase class
+
+       * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c:
+       Cange Test class to interface
+
+       * src/ccunit/CCUnitMakeSuite.h: add doxycomment
+
+       * src/ccunit/CCUnitAssert.c: rename jmp_buf
+
+       * src/tools/Makefile.am: rename makeTest to makeSuite
+
+       * src/tools/ccunit_makeSuite.c: rename from makeTest
+
+       * doc/header.html: fix project name and site url.
+
+       * doc/footer.html: fix mail address
+
 2003-09-08  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
        * NEWS: add new revision
 
        * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
        New file.
-