Opened 14 years ago
Closed 12 years ago
#408 closed enhancement (done)
Extend path_test.cc
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
This ticket is a follow-up of #101.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 12 years ago by
Milestone: | LEMON 1.3 release → LEMON 1.4 release |
---|
comment:3 Changed 12 years ago by
Milestone: | LEMON 1.4 release → LEMON 1.3 release |
---|---|
Owner: | changed from Balazs Dezso to Peter Kovacs |
Status: | new → assigned |
Changed 12 years ago by
Attachment: | 408-15d7c5eadaca.patch added |
---|
comment:4 Changed 12 years ago by
The attached patch [15d7c5eadaca] improves path_test.cc
by adding detailed test cases and fixes a compiler warning revealed by the tests.
comment:5 Changed 12 years ago by
Resolution: | → done |
---|---|
Status: | assigned → closed |
[15d7c5eadaca] has been pushed to the main branch.
Note: See
TracTickets for help on using
tickets.
The basic functionality should be checked for all path types (e.g. empty(), length(), source(), target(), traversal). Furthermore, it would be nice to also check the specialities.