diff -r 6660ac776acf -r 4f9e5801224e test/maps_test.cc --- a/test/maps_test.cc Tue Apr 12 08:04:04 2011 +0200 +++ b/test/maps_test.cc Tue Apr 26 17:25:00 2011 +0200 @@ -641,6 +641,7 @@ const int num = 10; Graph g; + Ibm map0(g, true); std::vector items; for (int i = 0; i < num; ++i) { items.push_back(g.addNode()); @@ -722,6 +723,7 @@ const int num = 10; Graph g; + Iim map0(g, 0); std::vector items; for (int i = 0; i < num; ++i) { items.push_back(g.addNode()); @@ -772,6 +774,7 @@ const int num = 10; Graph g; + Ivm map0(g, 0.0); std::vector items; for (int i = 0; i < num; ++i) { items.push_back(g.addNode());