Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74689 - trunk/libs/chrono/test/io
From: vicente.botet_at_[hidden]
Date: 2011-10-04 06:20:42


Author: viboes
Date: 2011-10-04 06:20:41 EDT (Tue, 04 Oct 2011)
New Revision: 74689
URL: http://svn.boost.org/trac/boost/changeset/74689

Log:
Chrono: rename prefix_text by prefix
Text files modified:
   trunk/libs/chrono/test/io/duration_output.cpp | 2 +-
   trunk/libs/chrono/test/io/time_point_output.cpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/chrono/test/io/duration_output.cpp
==============================================================================
--- trunk/libs/chrono/test/io/duration_output.cpp (original)
+++ trunk/libs/chrono/test/io/duration_output.cpp 2011-10-04 06:20:41 EDT (Tue, 04 Oct 2011)
@@ -62,7 +62,7 @@
   using namespace boost::chrono;
   using namespace boost;
 
- test_good("5000 hours", hours(5000), duration_style::prefix_text);
+ test_good("5000 hours", hours(5000), duration_style::prefix);
   test_good("5000 h", hours(5000), duration_style::symbol);
 
   test_good_prefix("5000 hours", hours(5000));

Modified: trunk/libs/chrono/test/io/time_point_output.cpp
==============================================================================
--- trunk/libs/chrono/test/io/time_point_output.cpp (original)
+++ trunk/libs/chrono/test/io/time_point_output.cpp 2011-10-04 06:20:41 EDT (Tue, 04 Oct 2011)
@@ -42,7 +42,7 @@
   using namespace boost::chrono;
   using namespace boost;
 
- test_good<Clock>("2 hours", hours(2), duration_style::prefix_text);
+ test_good<Clock>("2 hours", hours(2), duration_style::prefix);
   test_good<Clock>("2 h", hours(2), duration_style::symbol);
 
   test_good_prefix<Clock>("2 hours", hours(2));


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