Your message dated Sun, 04 Aug 2013 16:03:19 +0000
with message-id <[email protected]>
and subject line Bug#717056: fixed in cunit 2.1-2.dfsg-1
has caused the Debian Bug report #717056,
regarding [cunit] single basic test broken
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.)


-- 
717056: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717056
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cunit
Version: 2.1
Severity: important
Tags: patch

--- Please enter the report below this line. ---
Makes the library unusable with single testing.
That is, launching a unique test from the registry.


--- System information. ---
Architecture: amd64
Kernel:       Linux 3.2.0-4-amd64

Debian Release: 7.1
  990 stable          www.deb-multimedia.org 
  990 stable          security.debian.org 
  990 stable          ftp.fr.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




Description: Fix condition
 Already fixed upstream.
 .
 cunit (2.1-0.dfsg-12) unstable; urgency=low
 .
Author: Philipp Benner <[email protected]>
Bug-Debian: http://bugs.debian.org/710161

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- cunit-2.1-0.dfsg.orig/CUnit/Sources/Basic/Basic.c
+++ cunit-2.1-0.dfsg/CUnit/Sources/Basic/Basic.c
@@ -128,9 +128,9 @@ CU_ErrorCode CU_basic_run_test(CU_pSuite
 {
   CU_ErrorCode error;
 
-  if (NULL != pSuite)
+  if (NULL == pSuite)
     error = CUE_NOSUITE;
-  else if (NULL != pTest)
+  else if (NULL == pTest)
     error = CUE_NOTEST;
   else if (CUE_SUCCESS == (error = basic_initialize()))
     error = basic_run_single_test(pSuite, pTest);

--- End Message ---
--- Begin Message ---
Source: cunit
Source-Version: 2.1-2.dfsg-1

We believe that the bug you reported is fixed in the latest version of
cunit, which is due to be installed in the Debian FTP archive.

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.
Philipp Benner <[email protected]> (supplier of updated cunit 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, 04 Aug 2013 08:42:32 +0200
Source: cunit
Binary: libcunit1-dev libcunit1 libcunit1-ncurses-dev libcunit1-ncurses 
libcunit1-doc
Architecture: source all i386
Version: 2.1-2.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Benner <[email protected]>
Changed-By: Philipp Benner <[email protected]>
Description: 
 libcunit1  - Unit Testing Library for C
 libcunit1-dev - Unit Testing Library for C -- development files
 libcunit1-doc - Unit Testing Library for C -- documentation
 libcunit1-ncurses - Unit Testing Library for C (ncurses)
 libcunit1-ncurses-dev - Unit Testing Library for C (ncurses) -- development 
files
Closes: 717056 718494
Changes: 
 cunit (2.1-2.dfsg-1) unstable; urgency=low
 .
   * New upstream release (Closes: #717056, #718494).
   * Fixed debian/watch.
Checksums-Sha1: 
 02887172433a19e3f5406283fa548dfb3139979c 1527 cunit_2.1-2.dfsg-1.dsc
 13d7fb2642d25374764ece9dff4d6d3fb5383424 497555 cunit_2.1-2.dfsg.orig.tar.gz
 f5f0a45f3451bbea91778e6f7263a4501094f32b 8660 cunit_2.1-2.dfsg-1.debian.tar.gz
 abfafcbb72b07e9550aa63dbd40c52f6b7a29995 127322 
libcunit1-doc_2.1-2.dfsg-1_all.deb
 9eb4b4c696f680f9c92196470f7946805f7665da 57992 
libcunit1-dev_2.1-2.dfsg-1_i386.deb
 526c314bca7d4ce8f4a0b7bbe431ab81d9c797e8 29358 libcunit1_2.1-2.dfsg-1_i386.deb
 127813abb60d9e12bbd1e6973ff771d04b63039c 61086 
libcunit1-ncurses-dev_2.1-2.dfsg-1_i386.deb
 e7a1fe3af0c7bd66c4002d943f8a1079fa69890c 35174 
libcunit1-ncurses_2.1-2.dfsg-1_i386.deb
Checksums-Sha256: 
 a7ad4bf47ffe12eb4174dac24101c50e4d8879876de3685fba0891e6ffb2ebcd 1527 
cunit_2.1-2.dfsg-1.dsc
 4e595d1aa6c0be5a303980e533411c625c28dd3ad191f987ab1142f61f095d7a 497555 
cunit_2.1-2.dfsg.orig.tar.gz
 5e7fd857d520df85b93b0ec576c403b0b7ec7fdf436145a9ef5bba1ec91e8a74 8660 
cunit_2.1-2.dfsg-1.debian.tar.gz
 c692002ceaf5f22ac6ed8ab2cf89510f0c6f8a463f16b33c43f473f6effd157e 127322 
libcunit1-doc_2.1-2.dfsg-1_all.deb
 f453a518c682af897768ba34335ef578b4b44a25a503d7982892e134a50791b9 57992 
libcunit1-dev_2.1-2.dfsg-1_i386.deb
 5002a03d7ccf3d02fcb5e26984cd284efe5b18a0c1444a24b72d474fe17638f6 29358 
libcunit1_2.1-2.dfsg-1_i386.deb
 e51edd48627e520c7d6ac8b01dbf3ceebcee89944ab01ed8513d942301c104b0 61086 
libcunit1-ncurses-dev_2.1-2.dfsg-1_i386.deb
 c71495dca80e39f9b8a072a203047e283bea9067e6839139b4e201a3e1e573b3 35174 
libcunit1-ncurses_2.1-2.dfsg-1_i386.deb
Files: 
 499e6f2d20ccaabf50eafbb8d1141bda 1527 libs optional cunit_2.1-2.dfsg-1.dsc
 ecec268bd7a4887430ac2ced2d3ee6c9 497555 libs optional 
cunit_2.1-2.dfsg.orig.tar.gz
 e6460a918b3fdf93fa3f3068c40cfa44 8660 libs optional 
cunit_2.1-2.dfsg-1.debian.tar.gz
 4dfd9dcf48642c0e1d8c32104a383800 127322 doc optional 
libcunit1-doc_2.1-2.dfsg-1_all.deb
 f0919dc40b2749bae072e1184689639a 57992 libdevel optional 
libcunit1-dev_2.1-2.dfsg-1_i386.deb
 f6d0c62a0f20aaeae943c23b8734f00c 29358 libs optional 
libcunit1_2.1-2.dfsg-1_i386.deb
 5f75c272faf1dd8efb3eea7b1a44a795 61086 libdevel optional 
libcunit1-ncurses-dev_2.1-2.dfsg-1_i386.deb
 28c305cd3e558024855ca7b20c16cc33 35174 libs optional 
libcunit1-ncurses_2.1-2.dfsg-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlH+eIEACgkQqVw77OuI6TCqwQCeIDKNXS/UV655zbuflayGc0Xr
wtYAoJlCcVDoc/hTcoLZKJsDwioS0xYW
=LR5Y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to