[clfft] 01/10: Fix for google test. XML does not support spaces in property names

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 30 15:49:29 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit 87188a62b6300662d9a18ea25bfe5d6b84efddfa
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Thu Mar 17 00:55:56 2016 -0400

    Fix for google test. XML does not support spaces in property names
---
 src/tests/accuracy_test_random.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/accuracy_test_random.cpp b/src/tests/accuracy_test_random.cpp
index 3f019c6..430a4e5 100644
--- a/src/tests/accuracy_test_random.cpp
+++ b/src/tests/accuracy_test_random.cpp
@@ -533,7 +533,7 @@ namespace ParameterizedTest {
 			the_seed( seed_in )
 		{
 			random_parameter_generator.seed( static_cast<boost::uint32_t>( the_seed ) );
-			::testing::Test::RecordProperty("parameter seed", static_cast<unsigned int>(the_seed));
+			::testing::Test::RecordProperty("parameter_seed", static_cast<unsigned int>(the_seed));
 			std::cout << "Random test's seed is " << the_seed << std::endl;
 		}
 	};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list