Opened 13 years ago
Closed 12 years ago
#1777 closed task (done)
Extract UnitTests into a seperate solution
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Tests | Version: | 3.3.7 |
Keywords: | Cc: |
Description
This allows the trunk solution to be build with VS express and additionally enables the testing of branches.
Change History (14)
comment:1 Changed 12 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 12 years ago by mkommend
comment:3 Changed 12 years ago by mkommend
r7917: Readded persistence tests.
comment:4 Changed 12 years ago by mkommend
r7919: Removed misspelled directory from unit test solution.
comment:5 Changed 12 years ago by mkommend
r7920: Removed local test settings from trunk solution and added build dependencies for VRP 3.4.
comment:6 Changed 12 years ago by mkommend
r7921: Readded accidentally removed project Hive.Jobmanager.
comment:7 Changed 12 years ago by mkommend
r7923: Corrected output directories of several plugins.
comment:8 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:9 Changed 12 years ago by abeham
- removed old unnecessary vsmdi file
- added test list for new solution
- renamed a unit test
comment:10 Changed 12 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
comment:11 Changed 12 years ago by gkronber
Reviewed r7923 r7921 r7932 r7919:7921 r7917
comment:12 Changed 12 years ago by gkronber
Reviewed r7915. Strange that a copy from operation is shown for all files which were left unchanged only because the son:ignore properties of the whole directory have been changed. Incorrect SVN client behavior?
comment:13 Changed 12 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:14 Changed 12 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
r7915: Extracted unit tests into a separate solution.