Opened 12 years ago
Closed 12 years ago
#448 closed defect (fixed)
adaptor_test.cc fails to run with VS in Release mode.
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | harsha.singalreddy@… | |
Revision id: | 20ae244b4779 |
Description (last modified by )
adaptor_test.cc fails on its execution with VS2008 and VS2010 in Release mode.
This issue was reported by Harsha Singalreddy.
Change History (2)
comment:1 Changed 12 years ago by
Cc: | harsha.singalreddy@… added |
---|---|
Description: | modified (diff) |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It turned out to be a bug in
adaptor_test.cc
itself. Fixed in [4bb9e72e1a41] (branch 1.2 and main) and in [939d747055cd] (branch 1.1).Thanks Deba for identifying the problem.