diff -r 4137ef9aacc6 -r b95898314e09 test/min_cost_flow_test.cc --- a/test/min_cost_flow_test.cc Fri Apr 24 11:54:48 2009 +0200 +++ b/test/min_cost_flow_test.cc Fri Apr 24 12:12:14 2009 +0100 @@ -233,12 +233,7 @@ { typedef int Flow; typedef int Cost; - // TODO: This typedef should be enabled if the standard maps are - // reference maps in the graph concepts (See #190). -/**/ - //typedef concepts::Digraph GR; - typedef ListDigraph GR; -/**/ + typedef concepts::Digraph GR; checkConcept< McfClassConcept, NetworkSimplex >(); }