Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66214 - branches/release/libs/spirit/test/qi
From: hartmut.kaiser_at_[hidden]
Date: 2010-10-27 07:18:00


Author: hkaiser
Date: 2010-10-27 07:17:59 EDT (Wed, 27 Oct 2010)
New Revision: 66214
URL: http://svn.boost.org/trac/boost/changeset/66214

Log:
Spirit: rolling back an addition to the tests which breaks things
Text files modified:
   branches/release/libs/spirit/test/qi/real.cpp | 9 ---------
   1 files changed, 0 insertions(+), 9 deletions(-)

Modified: branches/release/libs/spirit/test/qi/real.cpp
==============================================================================
--- branches/release/libs/spirit/test/qi/real.cpp (original)
+++ branches/release/libs/spirit/test/qi/real.cpp 2010-10-27 07:17:59 EDT (Wed, 27 Oct 2010)
@@ -413,14 +413,5 @@
         //~ BOOST_TEST(test_attr("-123456e6", double_, n));
     //~ }
 
- // this should pass, but currently doesn't because of the way the real
- // parser handles the fractional part of a number
- {
- using boost::spirit::qi::float_;
-
- float f;
- BOOST_TEST(test_attr("123233.4124", float_, f) && f == 123233.4140625f);
- }
-
     return boost::report_errors();
 }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk