From 8473b6944557bead095107044823c20864d3d336 Mon Sep 17 00:00:00 2001 From: amalec Date: Thu, 25 Oct 2001 00:43:37 +0000 Subject: [PATCH] Added comments on string functions to NEWS, cleaned up money example, and fixed a signal unit test so that it will pass under cygwin git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@108 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- check/NEWS | 4 ++++ check/doc/index.html | 26 +++++++++++++++++--------- check/doc/money/check_money.c | 4 ++-- check/tests/check_check_sub.c | 8 +------- 4 files changed, 24 insertions(+), 18 deletions(-) diff --git a/check/NEWS b/check/NEWS index 6857f95..83e1911 100644 --- a/check/NEWS +++ b/check/NEWS @@ -6,6 +6,10 @@ an unchecked fixture, support failing in checked and uncheck fixture functions, and errors in checked fixture functions. Rewrote the back-end to use pipes, rather than message queues. +Reimplemented printing functions in terms of string formatting +functions, to allow better testing of output without full end-to-end +testing. + Renamed some public constants to use the CK_ naming convention. This will break existing test programs. diff --git a/check/doc/index.html b/check/doc/index.html index 2c890b0..0d1e153 100644 --- a/check/doc/index.html +++ b/check/doc/index.html @@ -80,6 +80,13 @@ etc. Please visit the Check project page at http://sourceforge.net/projects/check/

+

Patches to Check, unless trivial, should be against latest CVS, + and should include a full set of unit tests testing the new + behavior. No functionality goes into Check without unit tests, and + submitting a patch without automated testing guarantees that it + will go into the request queue, not the "to be applied soon" + pool.

+

TODO

The following enhancements are being considered for Check. Please @@ -107,10 +114,10 @@ -
  • -