Opened 17 years ago
Closed 17 years ago
#100 closed task (fixed)
Revise heaps and heap_test.cc
| Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.0 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
Currently test/heap_test.cc is not used as a test program.
- The heap classes should be checked and
heap_test.ccshould be revised and used. - Validity and benchmark tests should be separated.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by
| Owner: | changed from Alpar Juttner to Peter Kovacs |
|---|
comment:2 Changed 17 years ago by
| Status: | new → assigned |
|---|
Changed 17 years ago by
| Attachment: | fddd4d1ac621.patch added |
|---|
comment:3 follow-up: 4 Changed 17 years ago by
comment:4 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Replying to deba:
The [fddd4d1ac621] cleans the heap tests. The following things are changed:
- The dijkstra heap test's digraph is inlined into the source file
- The random sequences are fixed
- The content of the header is moved to the source file
- Just the binary heap is checked (it is only in the repository)
A slightly modified version (with modified commit log) went to the main branch, see [215bfc30b14f].
Note: See
TracTickets for help on using
tickets.


The [fddd4d1ac621] cleans the heap tests. The following things are changed: