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)
Change History (3)
Changed 16 years ago by
Attachment: | 49d9a36b3b84.patch added |
---|
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 theFullGraph
tests. So please check test/digraph_test.cc if it looks as it should.
I checked it and it's all right.
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.