Your message dated Sun, 11 Dec 2011 06:47:14 +0000
with message-id <[email protected]>
and subject line Bug#400867: fixed in cppunit 1.12.1-4
has caused the Debian Bug report #400867,
regarding cppunit: TextTestProgressListener fails to display progress
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
400867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400867
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cppunit
Severity: normal
Tags: patch
TextTestProgressListener doesn't flush output, so progress messages
appear after all tests has been completed.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
--
Dmitry
diff -ru cppunit-1.12.0-2/src/cppunit/TextTestProgressListener.cpp
cppunit-1.12.0/src/cppunit/TextTestProgressListener.cpp
--- cppunit-1.12.0-2/src/cppunit/TextTestProgressListener.cpp 2006-11-29
12:24:08.000000000 +0300
+++ cppunit-1.12.0/src/cppunit/TextTestProgressListener.cpp 2006-11-29
12:26:15.000000000 +0300
@@ -20,6 +20,7 @@
TextTestProgressListener::startTest( Test *test )
{
stdCOut() << ".";
+ stdCOut().flush();
}
@@ -27,6 +28,7 @@
TextTestProgressListener::addFailure( const TestFailure &failure )
{
stdCOut() << ( failure.isError() ? "E" : "F" );
+ stdCOut().flush();
}
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: cppunit
Source-Version: 1.12.1-4
We believe that the bug you reported is fixed in the latest version of
cppunit, which is due to be installed in the Debian FTP archive:
cppunit_1.12.1-4.debian.tar.gz
to main/c/cppunit/cppunit_1.12.1-4.debian.tar.gz
cppunit_1.12.1-4.dsc
to main/c/cppunit/cppunit_1.12.1-4.dsc
libcppunit-1.12-1_1.12.1-4_amd64.deb
to main/c/cppunit/libcppunit-1.12-1_1.12.1-4_amd64.deb
libcppunit-dev_1.12.1-4_amd64.deb
to main/c/cppunit/libcppunit-dev_1.12.1-4_amd64.deb
libcppunit-doc_1.12.1-4_all.deb
to main/c/cppunit/libcppunit-doc_1.12.1-4_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve M. Robbins <[email protected]> (supplier of updated cppunit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 11 Dec 2011 00:26:51 -0600
Source: cppunit
Binary: libcppunit-1.12-1 libcppunit-dev libcppunit-doc
Architecture: source amd64 all
Version: 1.12.1-4
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins <[email protected]>
Changed-By: Steve M. Robbins <[email protected]>
Description:
libcppunit-1.12-1 - Unit Testing Library for C++
libcppunit-dev - Unit Testing Library for C++
libcppunit-doc - Unit Testing Library for C++
Closes: 400867 650033
Changes:
cppunit (1.12.1-4) unstable; urgency=low
.
* source/format: Switch to format 3.0 (quilt).
* patches: New. Contains all upstream modifications formerly in the
debian diff.
.
* patches/gcc-symbol-demangle.patch: New. Closes: #650033.
.
* rules: Clear dependency_libs from .la files. Use dh_autoreconf /
dh_autoreconf_clean to accommodate patches gcc-symbol-demangle and
link-with-dl.patch that modify autoconfigure inputs.
.
* patches/test-progress-flush.patch: New. Upstream change sets to avoid
losing test runner messages. Closes: #400867.
Checksums-Sha1:
508dc9217a55c217f3aa4b5b42f4ad34fc194b94 1356 cppunit_1.12.1-4.dsc
e8524de01539677c5ec8545413a2e7444e58ca7f 9051 cppunit_1.12.1-4.debian.tar.gz
28c86c12472f5970b093d03d089eba097cce7d9d 134920
libcppunit-1.12-1_1.12.1-4_amd64.deb
536f4425c6f665e4fc5e76aa1f329f1be94a695e 247848
libcppunit-dev_1.12.1-4_amd64.deb
3d4f5beeca7fee3722f7edfc2f16ca05f7414bf4 758956 libcppunit-doc_1.12.1-4_all.deb
Checksums-Sha256:
fae3c02a11abc839839da4218dab8e1cd395021ee7d8c2c96cbf749666c8cb7d 1356
cppunit_1.12.1-4.dsc
c2ece6f36b7d1516bb25a736ef7468eb208485e37261ce01fcccf6568fc2bcb2 9051
cppunit_1.12.1-4.debian.tar.gz
1c7daaf9fdff3ae13997562b15b6d1f7e5d1764e988a73e5e31c6f970a99d1a9 134920
libcppunit-1.12-1_1.12.1-4_amd64.deb
9eb49d04cfb6002560925c9b0d6f70a39f722db3b46566b839235df99a790289 247848
libcppunit-dev_1.12.1-4_amd64.deb
2dd31c56ef81f6f4efa687ea41c9efc30ad7a5abae840ae0498b6f3a861d89fa 758956
libcppunit-doc_1.12.1-4_all.deb
Files:
ba41d9c2594d3e81ea61483cc08b5d7e 1356 devel optional cppunit_1.12.1-4.dsc
f55b0f8a96d323513656f685109fc67e 9051 devel optional
cppunit_1.12.1-4.debian.tar.gz
3edb97c58339d2a0e5114c962b2c214b 134920 devel optional
libcppunit-1.12-1_1.12.1-4_amd64.deb
1a928688f4f1b2a5356b1e3564931c7a 247848 devel optional
libcppunit-dev_1.12.1-4_amd64.deb
b4749a52f6ba500ffce751328bf9d0af 758956 doc optional
libcppunit-doc_1.12.1-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFO5E/T0i2bPSHbMcURAhC9AKCFocoJKXFaMR2tYWKraPny6ZPkzACgtQIu
4YaCR9nokKkSe+ha/NfiKRE=
=Xy8T
-----END PGP SIGNATURE-----
--- End Message ---