Changeset 740:819ca5b50de0 in lemon-main for test
- Timestamp:
- 09/29/09 10:21:51 (15 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/digraph_test.cc
r737 r740 287 287 288 288 snapshot.restore(); 289 snapshot.save(G); 290 291 checkGraphNodeList(G, 4); 292 checkGraphArcList(G, 4); 293 294 G.addArc(G.addNode(), G.addNode()); 295 296 snapshot.restore(); 289 297 290 298 checkGraphNodeList(G, 4); -
test/graph_test.cc
r737 r740 260 260 261 261 snapshot.restore(); 262 snapshot.save(G); 263 264 checkGraphNodeList(G, 4); 265 checkGraphEdgeList(G, 3); 266 checkGraphArcList(G, 6); 267 268 G.addEdge(G.addNode(), G.addNode()); 269 270 snapshot.restore(); 262 271 263 272 checkGraphNodeList(G, 4);
Note: See TracChangeset
for help on using the changeset viewer.