From: Deborah H. <de...@us...> - 2001-07-31 15:42:01
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv2238 Modified Files: tics.mk.in Log Message: More test harness fiddles. suite() method contents are now automagically generated. The mktest script can be used to create an empty test object. Tests can (and should) all live just in .h files now. |
From: Deborah H. <de...@us...> - 2001-07-31 16:55:31
|
Update of /cvsroot/tics/tics/test In directory usw-pr-cvs1:/tmp/cvs-serv22612/test Modified Files: mksuite Log Message: Perl cleanups per Joel. |
From: Deborah H. <de...@us...> - 2001-07-31 17:12:18
|
Update of /cvsroot/tics/tics/test/framework In directory usw-pr-cvs1:/tmp/cvs-serv26604/test/framework Modified Files: TestCase.cc Log Message: Tweak to allow catching DbException objects in failed tests. Fix - objects were being sliced on test exceptions... |
From: Deborah H. <de...@us...> - 2001-07-31 17:12:47
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv26706/include Modified Files: bdb.h Log Message: Whoops. Unquoted string... |
From: Deborah H. <de...@us...> - 2001-07-31 17:13:30
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv26850 Modified Files: tics.mk.in Log Message: Include the topdir. If there's a unit test named InitTest, make sure it gets run first. |
From: Deborah H. <de...@us...> - 2001-07-31 17:17:45
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv28026 Modified Files: tics.mk.in Log Message: When cleaning, remove the default test data directory. |
From: Joel B. <fen...@us...> - 2001-08-01 02:13:54
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv28379/debian Log Message: Directory /cvsroot/tics/tics/debian added to the repository |
From: Deborah H. <de...@us...> - 2001-08-01 02:16:19
|
Update of /cvsroot/tics/tics/test/framework In directory usw-pr-cvs1:/tmp/cvs-serv28708/framework Modified Files: TestCase.h Log Message: Added assert-with-a-message and fail-with-a-message macros. |
From: Deborah H. <de...@us...> - 2001-08-01 02:16:45
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv28790 Modified Files: Makefile.in Log Message: Lots of initial db implementation/integration from original code. Cool unit tests. :) |
From: Deborah H. <de...@us...> - 2001-08-01 02:16:45
|
Update of /cvsroot/tics/tics/db/tests In directory usw-pr-cvs1:/tmp/cvs-serv28790/db/tests Added Files: CRUDTest.h InitTest.h Log Message: Lots of initial db implementation/integration from original code. Cool unit tests. :) |
From: Deborah H. <de...@us...> - 2001-08-01 02:16:45
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv28790/db Added Files: Database.cc Database.h DbValue.h Exception.h Name.h NameDbt.h Object.cc Object.h Property.cc Property.h PropertyKey.h PropertyKeyDbt.h Log Message: Lots of initial db implementation/integration from original code. Cool unit tests. :) |
From: Deborah H. <de...@us...> - 2001-08-01 03:14:33
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv6950 Modified Files: tics.mk.in Log Message: Build stuff even when there are no unit tests in the directory, if someone asks to 'make tests'. |
From: Deborah H. <de...@us...> - 2001-08-01 03:23:03
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv8387 Modified Files: Object.cc Log Message: Flipped a throw around, since it was confusing gcc 2.95.4 on Debian (for no apparent reason). This has the same behaviour and doesn't appear to confused gcc. |
From: Deborah H. <de...@us...> - 2001-08-01 03:43:25
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv11549/db Modified Files: Database.cc Database.h DbValue.h Exception.h Name.h NameDbt.h Object.cc Object.h Property.cc Property.h PropertyKey.h PropertyKeyDbt.h Log Message: Added RCSIDs that will stick around in the libraries and executables. |
From: Deborah H. <de...@us...> - 2001-08-01 03:57:32
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv13734 Modified Files: acconfig.h Log Message: RCS ids need to be non-const so they don't get optimized away. *sigh* |
From: Deborah H. <de...@us...> - 2001-08-01 03:58:31
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv13940 Modified Files: tics.mk.in Log Message: Whoops, testdata is a directory, have to rm -r it. |
From: Deborah H. <de...@us...> - 2001-08-01 04:01:45
|
Update of /cvsroot/tics/tics/thread In directory usw-pr-cvs1:/tmp/cvs-serv14561/thread Log Message: Directory /cvsroot/tics/tics/thread added to the repository |
From: Deborah H. <de...@us...> - 2001-08-01 04:05:43
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv15282 Modified Files: Database.cc Object.cc Added Files: DbExceptions.h Removed Files: Exception.h Log Message: Moved Exception.h to DbExceptions.h to avoid a higher-up conflict. |
From: Deborah H. <de...@us...> - 2001-08-01 04:08:23
|
Update of /cvsroot/tics/tics/db/tests In directory usw-pr-cvs1:/tmp/cvs-serv15756/tests Modified Files: InitTest.h Log Message: Moved Exception.h to DbExceptions.h to avoid a higher-level conflict. |
From: Deborah H. <de...@us...> - 2001-08-01 04:12:10
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv16170 Modified Files: tics.mk.in Log Message: Slightly cleaner build/test dependencies. |
From: Deborah H. <de...@us...> - 2001-08-01 04:36:08
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv20235 Modified Files: tics.mk.in Log Message: Nicer 'no unit tests here' messages. |
From: Deborah H. <de...@us...> - 2001-08-01 04:37:21
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv20305 Modified Files: Makefile.in configure.in Log Message: Import of thread code. No unit tests for this code at the moment. Mostly because testing much of it is difficult, so I want to do the write-tests-as-you-have-to-tweak-things method of adding tests. See the XP books for why this is a reasonable thing to do. |
From: Deborah H. <de...@us...> - 2001-08-01 04:37:21
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv20305/include Added Files: Exception.h Log Message: Import of thread code. No unit tests for this code at the moment. Mostly because testing much of it is difficult, so I want to do the write-tests-as-you-have-to-tweak-things method of adding tests. See the XP books for why this is a reasonable thing to do. |
From: Deborah H. <de...@us...> - 2001-08-01 04:37:21
|
Update of /cvsroot/tics/tics/thread In directory usw-pr-cvs1:/tmp/cvs-serv20305/thread Added Files: Makefile.in Thread.cc Thread.h Log Message: Import of thread code. No unit tests for this code at the moment. Mostly because testing much of it is difficult, so I want to do the write-tests-as-you-have-to-tweak-things method of adding tests. See the XP books for why this is a reasonable thing to do. |
From: Deborah H. <de...@us...> - 2001-08-01 04:39:10
|
Update of /cvsroot/tics/tics/net In directory usw-pr-cvs1:/tmp/cvs-serv20699/net Log Message: Directory /cvsroot/tics/tics/net added to the repository |