COIN-OR::LEMON - Graph Library

Opened 16 years ago

Closed 16 years ago

#172 closed enhancement (fixed)

Extend test cases for graphs and digraphs

Reported by: Peter Kovacs Owned by: Peter Kovacs
Priority: major Milestone: LEMON 1.1 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

[49d9a36b3b84] largely extend the test cases for ListDigraph, ListGraph, SmartDigraph and SmartGraph. It is on the top of [5a3d689ea770] (see #171), because without that bug fix the tests fail.

Actually bugs reported in #170 and #171 turned out during making this improvements. So thorough tests proved to be very important again.

Attachments (1)

49d9a36b3b84.patch (13.6 KB) - added by Peter Kovacs 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by Peter Kovacs

Attachment: 49d9a36b3b84.patch added

comment:1 Changed 16 years ago by Alpar Juttner

I merged them back both to the 1.0 release branch and to the main. However digraph_test.cc}} conflicted with the trunk version because of the {{{FullGraph tests. So please check test/digraph_test.cc if it looks as it should.

comment:2 in reply to:  1 Changed 16 years ago by Peter Kovacs

Resolution: fixed
Status: newclosed

Replying to alpar:

I merged them back both to the 1.0 release branch and to the main.

Thank you.

However digraph_test.cc conflicted with the trunk version because of the FullGraph tests. So please check test/digraph_test.cc if it looks as it should.

I checked it and it's all right.

Note: See TracTickets for help on using tickets.