Re: [Cppcms-users] error checkout, make, and make test cppcms framework
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-12-14 07:41:20
|
Thanks, Fixed in both Boost.Locale and CppCMS, take latest trunk. Note: this was indeed bug in test rather then the bug in implementation itself. Artyom ----- Original Message ---- > From: Aris Setyawan <ari...@gm...> > To: cpp...@li... > Sent: Tue, December 14, 2010 12:04:49 AM > Subject: Re: [Cppcms-users] error checkout, make, and make test cppcms >framework > > 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" > |