#129 closed defect (fixed)
Graph test improvements
| Reported by: | Balazs Dezso | Owned by: | Balazs Dezso | 
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.0 release | 
| Component: | core | Version: | |
| Keywords: | Cc: | ||
| Revision id: | 
Description (last modified by )
The graph tests should be improved because of following reasons:
- The Petersen-graph is too regular, it does not contain parallel arcs, isolated nodes...
 - More graph functionality is not checked, for example directions, running and base nodes, opposite node, id's...
 - Some reorganization would be also necessary.
 
The [b6732e0d38c5] patch contains these kind of changes.
Attachments (1)
Change History (4)
Changed 17 years ago by
| Attachment: | b6732e0d38c5.patch added | 
|---|
comment:1 Changed 17 years ago by
| Description: | modified (diff) | 
|---|---|
| Owner: | changed from Alpar Juttner to Balazs Dezso | 
| Status: | new → assigned | 
comment:2 Changed 17 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
comment:3 Changed 17 years ago by
Replying to deba:
The [b6732e0d38c5] patch contains these kind of changes.
I like this changeset. The graph testing became much better.
Note: See
        TracTickets for help on using
        tickets.
    

Replying to deba:
Thanks. It is now in the main branch.