Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77527 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2012-03-25 00:58:59


Author: jewillco
Date: 2012-03-25 00:58:58 EDT (Sun, 25 Mar 2012)
New Revision: 77527
URL: http://svn.boost.org/trac/boost/changeset/77527

Log:
Removed incorrect tests
Text files modified:
   trunk/libs/graph/test/adj_list_cc.cpp | 8 --------
   1 files changed, 0 insertions(+), 8 deletions(-)

Modified: trunk/libs/graph/test/adj_list_cc.cpp
==============================================================================
--- trunk/libs/graph/test/adj_list_cc.cpp (original)
+++ trunk/libs/graph/test/adj_list_cc.cpp 2012-03-25 00:58:58 EDT (Sun, 25 Mar 2012)
@@ -76,8 +76,6 @@
     BOOST_CONCEPT_ASSERT(( VertexMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT(( EdgeMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT((
- ReadablePropertyGraphConcept<Graph, Vertex, vertex_index_t> ));
- BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Vertex, vertex_color_t> ));
     BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Edge, edge_weight_t> ));
@@ -98,8 +96,6 @@
     BOOST_CONCEPT_ASSERT(( VertexMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT(( EdgeMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT((
- ReadablePropertyGraphConcept<Graph, Vertex, vertex_index_t> ));
- BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Vertex, vertex_color_t> ));
     BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Edge, edge_weight_t> ));
@@ -144,8 +140,6 @@
     BOOST_CONCEPT_ASSERT(( VertexMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT(( EdgeMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT((
- ReadablePropertyGraphConcept<Graph, Vertex, vertex_index_t> ));
- BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Vertex, vertex_color_t> ));
     BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Edge, edge_weight_t> ));
@@ -166,8 +160,6 @@
     BOOST_CONCEPT_ASSERT(( VertexMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT(( EdgeMutablePropertyGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT((
- ReadablePropertyGraphConcept<Graph, Vertex, vertex_index_t> ));
- BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Vertex, vertex_color_t> ));
     BOOST_CONCEPT_ASSERT((
       LvaluePropertyGraphConcept<Graph, Edge, edge_weight_t> ));


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