Re: [Cppcms-users] error checkout, make, and make test cppcms framework
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2010-12-13 22:04:55
|
On Mon, Dec 13, 2010 at 9:29 PM, Artyom <art...@ya...> wrote: > Ok I see thanks. > > Can you please do following: > > > In file booster/lib/locale/test/test_std_formatting.cpp > add between lines 339 and 340 > > ss << boost::locale::as::number << 12345.45; > TEST(ss.str() == "12 345,45"); > > The command: > > std::cerr << "[" << ss.str() << "]" << std::endl. > > So it would look like > > ss << boost::locale::as::number << 12345.45; > std::cerr << "[" << ss.str() << "]" << std::endl. > TEST(ss.str() == "12 345,45"); > > In build directory run make and then: > > ./test_std_formatting >report.txt did you mean ./test_locale_std_formatting >report.txt? > > And send me this file (report.txt)? I attach it and there were some outputs. here: [12345,45] Error in line:341 ss.str() == "12 345,45" |