Opened 10 years ago
Closed 10 years ago
#489 closed defect (duplicate)
Test 41 do not pass
Reported by: | Hugo | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | release branch 1.3 |
Keywords: | test failure | Cc: | |
Revision id: |
Description
I just downloaded the version 1.3 of Lemon, and after installing it on my 14.04 ubuntu Linux, it launches automatically the tests but while all the others passed there is an exception in test 41.
41/42 Test: tsp_test Command: "[...]/lemon-1.3/build/test/tsp_test" Directory: [...]/lemon-1.3/build/test "tsp_test" start time: Jun 03 15:32 CEST Output:
[...]/lemon-1.3/test/tsp_test.cc:137: error: Nearest Neighbor: Wrong total cost <end of output> Test time = 0.16 sec
Test Failed. "tsp_test" end time: Jun 03 15:32 CEST "tsp_test" time elapsed: 00:00:00
This is a know bug in the test code, not in the library, see #476. The upcoming bugfix release will address this issue.