[med-svn] [mia] 02/04: add patch to correct tests on 32 bit platforms

Gert Wollny gert-guest at moszumanska.debian.org
Tue Sep 8 22:31:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository mia.

commit b18cc683d9e854d67107923c87c196f568656f7a
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Tue Sep 8 19:07:33 2015 +0200

    add patch to correct tests on 32 bit platforms
---
 mia/core/test_pixeltype.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mia/core/test_pixeltype.cc b/mia/core/test_pixeltype.cc
index 9b946b5..a45036f 100644
--- a/mia/core/test_pixeltype.cc
+++ b/mia/core/test_pixeltype.cc
@@ -37,8 +37,8 @@ BOOST_AUTO_TEST_CASE( test_pixeltype_translation )
 	BOOST_CHECK(CPixelTypeDict.get_name_set().size() == 12);
 	BOOST_CHECK(it_none == 11);
 #else
-	BOOST_CHECK(CPixelTypeDict.get_name_set().size() == 9);
-	BOOST_CHECK(it_none == 9);
+	BOOST_CHECK(CPixelTypeDict.get_name_set().size() == 10);
+	BOOST_CHECK(it_none == 10);
 #endif
 
 	BOOST_CHECK(CPixelTypeDict.get_value("bit")    == it_bit);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git



More information about the debian-med-commit mailing list