Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60651 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2010-03-16 14:00:28


Author: jewillco
Date: 2010-03-16 14:00:27 EDT (Tue, 16 Mar 2010)
New Revision: 60651
URL: http://svn.boost.org/trac/boost/changeset/60651

Log:
Fixed typo
Text files modified:
   trunk/libs/graph/test/graphviz_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/test/graphviz_test.cpp
==============================================================================
--- trunk/libs/graph/test/graphviz_test.cpp (original)
+++ trunk/libs/graph/test/graphviz_test.cpp 2010-03-16 14:00:27 EDT (Tue, 16 Mar 2010)
@@ -194,7 +194,7 @@
     gs_t gs("graph { a nodE [mass = 7.7] c e [mass = 6.66] }");
     try {
       test_graph<directedS,vecS>(gs,3,masses,weight_map_t());
- BOOST_ERROR("Failed to throw boost::directed_graph_error.");
+ BOOST_ERROR("Failed to throw boost::undirected_graph_error.");
     } catch (boost::undirected_graph_error&) {}
   }
 


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