Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81904 - trunk/libs/algorithm/test
From: marshall_at_[hidden]
Date: 2012-12-13 12:33:15


Author: marshall
Date: 2012-12-13 12:33:14 EST (Thu, 13 Dec 2012)
New Revision: 81904
URL: http://svn.boost.org/trac/boost/changeset/81904

Log:
When you add a test, you should actually call it.
Text files modified:
   trunk/libs/algorithm/test/string_ref_test1.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/algorithm/test/string_ref_test1.cpp
==============================================================================
--- trunk/libs/algorithm/test/string_ref_test1.cpp (original)
+++ trunk/libs/algorithm/test/string_ref_test1.cpp 2012-12-13 12:33:14 EST (Thu, 13 Dec 2012)
@@ -102,6 +102,7 @@
         interop ( *p, *p );
         test_substr ( *p );
         test_remove ( *p );
+ null_tests ( *p );
     
         p++;
         }


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