Opened 13 years ago
Closed 12 years ago
#1877 closed defect (done)
Correct errors detected by unit tests in branches
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | General | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Branches that can be downloaded from the builder are from now on unit tested and as not all specified tests pass the source of the corresponding branch must be adapted.
Change History (16)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
comment:3 Changed 13 years ago by mkommend
r8079: Corrected plugin dependencies in HeuristicLab.Scheduling.*.
comment:4 Changed 13 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to assigned
Could you please adapt the MetaOpt so that all unit test pass.
comment:5 Changed 13 years ago by mkommend
r8081: Added missing plugin dependencies in HL.Scheduling.
comment:6 Changed 13 years ago by mkommend
r8082: Last update for plugin dependencies in HeuristicLab.Scheduling.
comment:7 Changed 13 years ago by mkommend
r8083: Corrected errors detected in unit test in HeuristicLab.FitnessLandscapeAnalysis.
comment:8 Changed 13 years ago by mkommend
r8087: Corrected plugin dependencies and ToString methods in MetaOpt.
comment:9 Changed 13 years ago by ascheibe
r8091 fixed NullReferenceExceptions in MetaOpt detected by TestCloningAllDeepCloneables
comment:10 Changed 13 years ago by mkommend
r8133: Corrected cloning in MetaOpt.
comment:11 Changed 13 years ago by mkommend
- Status changed from assigned to reviewing
comment:12 Changed 13 years ago by abeham
Wohooo!
comment:13 Changed 13 years ago by ascheibe
Thanks very much!
comment:14 Changed 12 years ago by ascheibe
r8157 fixed metaopt for ParameterVisibilityTest
comment:15 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
I'm setting this ticket readytorelease as all unit tests pass and we don't have any architectural changes for 3.3.7 left which would break the branches.
comment:16 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from branch to 3.3.7
r8078: Corrected TestAllDeepCloneables unit test to use the ReferenceEqualityComparer.