View Issue Details

IDProjectCategoryView StatusLast Update
0027015CommunityOCCT:Modeling Algorithmspublic2016-12-09 16:39
ReporterTimo Assigned Tobugmaster  
PrioritylowSeverityminor 
Status closedResolutionfixed 
Product Version6.9.0 
Target Version7.1.0Fixed in Version7.1.0 
Summary0027015: Sewing returns invalid shape if some faces are nearly plane cones
DescriptionWhen sewing a couple of faces, which should form a closed solid, an invalid Shell is returned. checkshape says that some faces have self-intersecting wires. These faces are cones that are nearly planes. If These faces are modified to be real planes, sewing works fine. So, it seems to be connected with this type of geometry. I think it would be good, if sewing could handle such cases more robustly, returning a valid result.

It was reproduced on OCC 6.9.0 and 6.9.1 (win32, vc10). I didn't test it on current master.
Steps To ReproduceI Original case:
restore c2.brep c
tolerance c
sewing r 0.2 c
tolerance r
checkshape r

II Reduced case:
pload ALL
source d:/work/test
restore bug27015_ReducedShape.brep c
tolerance c
sewing r 0.2 c
checkshape r

#test bugs modalg_6 bug27015
TagsNo tags attached.
Test case numberbugs modalg_6 bug27015

Attached Files

  • c2.zip (489,977 bytes)
  • bug27015.brep (1,344,727 bytes)

Relationships

related to 0023126 closedbugmaster Open CASCADE Command thrusection produce incorrect results on thrusection test. 
related to 0023127 newjgv Open CASCADE Fix tests produce incorrect results. 
related to 0027531 closedbugmaster Open CASCADE Modeling Algorithms - Make the algorithm Approx_SameParameter more clear and robust 
related to 0027705 assignedmsv Community Modeling Algorithms - Boolean operation returns empty compound for a shape containing a nearly plane cone 
related to 0027753 closedbugmaster Community Nearly plane cones should not be created by BRepPrimAPI_MakeRevol 

Activities

Timo

2015-12-18 18:50

developer  

c2.zip (489,977 bytes)

msv

2015-12-21 12:33

developer   ~0049351

I have found that p-curves in the resulting shape that are lying on the conical surface (the bottom of the shape) have bad form. The distance between 3D curve and p-curve is too big in some place:

Draw[158]> xdistcc2ds c c2 su 0 0.01 10
 T=0 D=9.9476e-014
 T=0.00111111 D=40.2688
 T=0.00222222 D=84.2022
 T=0.00333333 D=58.0557
 T=0.00444444 D=14.2113
 T=0.00555556 D=0.0696242
 T=0.00666667 D=0.0278615
 T=0.00777778 D=0.010187
 T=0.00888889 D=7.93634e-005
 T=0.01 D=1.95995e-005
Max distance = 84.2021756274906
Param = 0.00222222222222222

So, it is needed to find the problem in the code that makes p-curves for sewed edges.

aml

2015-12-22 13:26

developer   ~0049429

Subshape of original shape attached. At the first glance root of the problem is degenerated cone (angle = pi / 2) on which bad edges lies.

git

2015-12-24 14:14

administrator   ~0049562

Branch CR27015 has been created by aml.

SHA-1: cc1db98047115e53079445d0545ba9e10581da3c


Detailed log of new commits:

Author: aml
Date: Thu Dec 24 14:09:26 2015 +0300

    0027015: Sewing returns invalid shape if some faces are nearly plane cones
    
    Reparametrization algorithm fixes.

Timo

2016-02-12 14:44

developer   ~0050688

Could the proposed solution be tested and possibly added to OCC 7.0 or are you still unsure about it or expect many regressions?

aml

2016-02-15 17:37

developer   ~0050767

Hello Timo,

This branch is in development state. This is caused by two reasons:
1) Your case is more complicated than at the first glance. Your input data have such big tolerance at the edge which should be shared.
2) Unfortunately, now we have not free resources to perform deep analysis to elaborate solution and implement it.

msv

2016-02-15 17:56

developer   ~0050771

This bug will be considered with low priority.

git

2016-05-20 11:37

administrator   ~0054159

Branch CR27015 has been updated forcibly by aml.

SHA-1: d849237343731409c1b751cb16a7503287c69aeb

git

2016-05-20 14:57

administrator   ~0054249

Branch CR27015 has been updated forcibly by aml.

SHA-1: 84d73a48cfbf88b42bc849ee6e48350b344bed51

git

2016-05-23 11:27

administrator   ~0054271

Branch CR27015 has been updated forcibly by aml.

SHA-1: cbfea547c8201ca642f060d610173809d89a1f76

git

2016-05-23 11:27

administrator   ~0054272

Branch CR27015 has been updated forcibly by aml.

SHA-1: 2357cad081d0cb23131a06e7cd90a30dd5cc7ce0

aml

2016-05-23 11:28

developer  

bug27015.brep (1,344,727 bytes)

aml

2016-05-23 11:29

developer   ~0054273

Dear msv,
Please check current state of the CR27015 branch.

git

2016-05-23 14:51

administrator   ~0054287

Branch CR27015 has been updated by aml.

SHA-1: 48c298fdbe840cff47bc2ee03a5a2c8bad472d05


Detailed log of new commits:

Author: aml
Date: Mon May 23 14:51:16 2016 +0300

    Test case correction.

git

2016-05-23 14:56

administrator   ~0054290

Branch CR27015 has been updated forcibly by aml.

SHA-1: 85fb8a2bca9a040513594a2c438e830ba27a4d93

aml

2016-05-23 15:01

developer   ~0054291

This fix is not complete (bad tolerance after sewing). Full solution will be implemented in scope of the 0027531.

msv

2016-05-23 15:04

developer   ~0054292

Reviewed.

apv

2016-05-24 17:06

tester   ~0054362

Dear BugMaster,

Branch CR27015 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested.
SHA-1: 85fb8a2bca9a040513594a2c438e830ba27a4d93

Number of compiler warnings:
occt component:
   Linux: 0 (0 on master)
   Windows: 0 (0 on master)
   MacOS: 0 (0 on master)
products component:
   Linux: 72
   Windows: 4
   MacOS: 1140

Regressions/Differences:
occt component:
http://occt-tests/CR27015-master-OCCT/Debian70-64/summary.html
http://occt-tests/CR27015-master-OCCT/Windows-64-VC10/summary.html
products component:
http://occt-tests/CR27015-master-Products/Debian70-64/summary.html
http://occt-tests/CR27015-master-Products/Windows-64-VC10/summary.html

Testing cases:
bugs modalg_6 bug27015 - BAD (known problem)
http://occt-tests/CR27015-master-OCCT/Debian70-64/bugs/modalg_6/bug27015.html
http://occt-tests/CR27015-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug27015.html

CPU-problematic test cases have been detected:
bugs vis bug349_1: 0.9984064 / 0.1404009 [+611.11%]
bugs vis bug23670_1: 1.1544074 / 0.2964019 [+289.47%]
bugs vis bug349: 0.780005 / 0.2028013 [+284.62%]
bugs vis bug24412_2: 1.4352092 / 0.156001 [+820.00%]
bugs vis bug23253: 0.9672062 / 0.2808018 [+244.44%]
bugs vis bug21091_3: 0.9516061 / 0.3276021 [+190.48%]
bugs vis bug22368: 0.8112052 / 0.2340015 [+246.67%]
bugs vis bug71: 1.8408118 / 0.6396041 [+187.80%]
bugs vis bug24351_2: 1.3260085 / 0.7020045 [+88.89%]
bugs vis bug23747_2: 1.1856076 / 0.5928038 [+100.00%]
bugs vis bug136: 1.6692107 / 0.1872012 [+791.67%]
bugs vis bug22879: 1.4352092 / 0.2184014 [+557.14%]
bugs vis bug24389: 2.8392182 / 0.7176046 [+295.65%]
bugs vis bug7186: 0.7020045 / 0.1092007 [+542.86%]
bugs vis bug280_3: 0.936006 / 0.0936006 [+900.00%]
bugs vis bug1786: 0.6708043 / 0.1248008 [+437.50%]
bugs vis bug24351_4: 1.2948083 / 0.6552042 [+97.62%]
bugs vis bug74: 1.1856076 / 0.5148033 [+130.30%]
bugs vis bug23670_2: 0.9984064 / 0.2184014 [+357.14%]
bugs vis buc60632_1: 0.8736056 / 0.2496016 [+250.00%]
bugs vis bug23225: 0.9672062 / 0.1716011 [+463.64%]
bugs vis bug21091_6: 0.7488048 / 0.1404009 [+433.33%]
bugs vis bug25760_2: 4.3992282 / 2.0748133 [+112.03%]
bugs vis bug270_2: 0.8424054 / 0.1092007 [+671.43%]
bugs vis bug113: 0.8424054 / 0.1092007 [+671.43%]
bugs vis bug25540: 1.0296066 / 0.2652017 [+288.24%]
bugs vis bug27318: 5.8188373 / 3.1980205 [+81.95%]
bugs vis bug204_1: 1.2792082 / 0.156001 [+720.00%]
bugs vis bug24133_4: 0.7020045 / 0.156001 [+350.00%]
bugs vis buc60632_2: 1.1856076 / 0.1872012 [+533.33%]
bugs vis bug270_1: 0.7176046 / 0.1716011 [+318.18%]
bugs vis bug2883_2: 0.7176046 / 0.1716011 [+318.18%]

Testing on Linux:
Total MEMORY difference: 86940070 / 87112130 [-0.20%]
Total CPU difference: 18666.039999999757 / 18983.309999999863 [-1.67%]

Testing on Windows:
Total MEMORY difference: 54653451 / 54694713 [-0.08%]
Total CPU difference: 17700.747065598876 / 17936.09017419895 [-1.31%]

There are following differences in images found by testdiff:
http://occt-tests/CR27015-master-OCCT/Debian70-64/diff-Debian70-64.html
http://occt-tests/CR27015-master-OCCT/Windows-64-VC10/diff-Windows-64-VC10.html
sewing tol_100 C5
sewing tol_100 J4
bugs modalg_6 bug26288

apv

2016-05-24 17:09

tester   ~0054363

Dear aml,

Branch CR27015 has been rejected due to:
- regressions/differences/improvements
- CPU problem
- differences in images

aml

2016-05-25 09:52

developer   ~0054373

Dear msv,

I CPU-problem
"vis" cases are not affected by fix, so it is local fluctuation.
I've checked some of cases manually, modified code is not called at all.

II Difference in images

difference in "sewing" tests is acceptable since test tolerance in too big.
bugs modalg_6 bug26288 - difference is caused unsupported input data and the result is acceptable (one BAD state changed to another BAD state).

msv

2016-05-25 11:41

developer   ~0054376

Dear Alexander, please check all failed tests for CPU problem.

git

2016-05-25 11:50

administrator   ~0054377

Branch CR27015 has been updated by aml.

SHA-1: 5a714c551a887159525bc587c8cf9bab149a4b64


Detailed log of new commits:

Author: aml
Date: Wed May 25 11:46:59 2016 +0300

    Minor correction.

git

2016-05-27 16:51

administrator   ~0054506

Branch CR27015 has been updated forcibly by aml.

SHA-1: b50a13b414489a23cc07428dc19015da6502934c

git

2016-05-30 12:57

administrator   ~0054526

Branch CR27015 has been updated forcibly by aml.

SHA-1: 4ff353b28cb2cc1f6d28936d4b2b864414402f71

git

2016-05-30 13:00

administrator   ~0054527

Branch CR27015_2 has been created by aml.

SHA-1: f2829813f0e9af3a4a0bd8d93a329e54b8e9df98


Detailed log of new commits:

Author: aml
Date: Thu Dec 24 14:09:26 2015 +0300

    0027015: Sewing returns invalid shape if some faces are nearly plane cones
    
    Interpolation state check is fixed to mark as valid only ordered sequences of poles.
    Refactoring of Approx_SameParameter.cxx.
    Test case is added.
    Test cases are updated to the new behavior.

aml

2016-05-30 13:04

developer   ~0054529

Dear msv,
Please check current state of the CR27015 branch. Branch CR27015_2 contains the same modifications but commits are squashed into single one.

CR27015_2 branch should be used for testing.

msv

2016-05-30 17:06

developer   ~0054542

src\Approx\Approx_SameParameter.cxx
- variable on line 864 is not used.
- 874: "we will not can get" => "we will not be able to get"
- 881; why not to get value of aHCurve2d? The same is on line 736.

git

2016-05-31 07:41

administrator   ~0054548

Branch CR27015 has been updated by aml.

SHA-1: 869f8b16ba77fc69cd525538cd87073bc65b1184


Detailed log of new commits:

Author: aml
Date: Tue May 31 07:41:05 2016 +0300

    Remarks correction.

git

2016-05-31 07:43

administrator   ~0054549

Branch CR27015_2 has been updated forcibly by aml.

SHA-1: f9b26df969c795b68625fc0777748cfc727e6e16

aml

2016-05-31 07:44

developer   ~0054550

Dear msv,
Please check current state of the CR27015 branch. Branch CR27015_2 contains the same modifications but commits are squashed into single one.

CR27015_2 branch should be used for testing.

git

2016-05-31 09:46

administrator   ~0054552

Branch CR27015 has been updated forcibly by aml.

SHA-1: dce460f90be639912fdb6dc6dba627ee39e560f6

msv

2016-05-31 09:48

developer   ~0054553

Reviewed.

git

2016-05-31 09:49

administrator   ~0054554

Branch CR27015_2 has been updated forcibly by aml.

SHA-1: 12813bc21eb538ce3dc883d4b6eb2146efd1639b

msv

2016-05-31 09:51

developer   ~0054555

Dear bugmaster, please test CR27015_2.

git

2016-05-31 10:26

administrator   ~0054557

Branch CR27015_2 has been updated forcibly by apv.

SHA-1: 19e795d2403e89f28622f0cf804c817292e2eecb

apv

2016-05-31 10:27

tester   ~0054559

Branch CR27015_2 has been rebased on the current master

apv

2016-05-31 16:03

tester   ~0054574

Dear BugMaster,

Branch CR27015_2 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested.
SHA-1: 19e795d2403e89f28622f0cf804c817292e2eecb

Number of compiler warnings:
occt component:
   Linux: 0 (0 on master)
   Windows: 0 (0 on master)
   MacOS: 0 (0 on master)
products component:
   Linux: 72
   Windows: 4
   MacOS: 1131

Regressions/Differences:
http://occt-tests/CR27015_2-master-OCCT/Debian70-64/summary.html
http://occt-tests/CR27015_2-master-OCCT/Windows-64-VC10/summary.html
sewing tol_100 I9
http://occt-tests/CR27015_2-master-Products/Debian70-64/summary.html
http://occt-tests/CR27015_2-master-Products/Windows-64-VC10/summary.html
parasolid doc_3 E3 (Windows only)
sat doc_6 G7, I1

Testing cases:
bugs modalg_6 bug27015 - BAD (known problem)
http://occt-tests/CR27015_2-master-OCCT/Debian70-64/bugs/modalg_6/bug27015.html
http://occt-tests/CR27015_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug27015.html

Testing on Linux:
Total MEMORY difference: 88686702 / 89041423 [-0.40%]
Total CPU difference: 19595.650000000256 / 19438.53 [+0.81%]

Testing on Windows:
Total MEMORY difference: 55973170 / 55975124 [-0.00%]
Total CPU difference: 18186.814981398853 / 18452.09468189878 [-1.44%]

There are following differences in images found by testdiff:
http://occt-tests/CR27015_2-master-OCCT/Debian70-64/diff-Debian70-64.html
http://occt-tests/CR27015_2-master-OCCT/Windows-64-VC10/diff-Windows-64-VC10.html
sewing tol_100 C5
sewing tol_100 J4
bugs modalg_6 bug26288
   new differences:
offset with_intersect_80 K1
offset with_intersect_80 L6

apv

2016-05-31 16:06

tester   ~0054575

Dear Alexander,

Branch CR27015_2 has been rejected due to:
- regressions/differences/improvements
- differences in images

aml

2016-06-01 07:39

developer   ~0054586

Last edited: 2016-06-01 07:40

Dear apv,

I
Failed tests are OK. Could you please update reference data?

II
difference in "sewing" tests are acceptable since test tolerance in too big.
bugs modalg_6 bug26288 - difference is caused unsupported input data and the result is acceptable (one BAD state changed to another BAD state).
These offset tests are unstable and change from master to master.

apv

2016-06-02 10:16

tester   ~0054615

Branch CR27015 has been created in products git-repository

apv

2016-06-02 10:19

tester   ~0054616

Dear Sergey,

Please, validate correction of test cases in branch CR27015 of products git-repository.

git

2016-06-02 10:23

administrator   ~0054619

Branch CR27015_2 has been updated forcibly by apv.

SHA-1: 7543d66fd5a6652da353db9800b4a034c8c49859

szv

2016-06-02 10:24

manager   ~0054620

I validate the modifications of Products tests in the branch CR27015.

apv

2016-06-02 10:26

tester   ~0054621

Dear Andrey,

Please, validate correction of test cases in branch CR27015_2 of occt git-repository.

abv

2016-06-02 13:59

manager   ~0054629

The changes in tests look acceptable taking into account the nature of the changes made

git

2016-06-03 13:12

administrator   ~0054662

Branch CR27015_2 has been deleted by inv.

SHA-1: 7543d66fd5a6652da353db9800b4a034c8c49859

git

2016-06-03 13:12

administrator   ~0054667

Branch CR27015 has been deleted by inv.

SHA-1: dce460f90be639912fdb6dc6dba627ee39e560f6

Timo

2016-11-17 13:43

developer   ~0060492

Yes, problem is fixed in OCC 7.1.0 beta.

Related Changesets

occt: master 52db4751

2016-06-02 07:22:10

aml


Committer: bugmaster Details Diff
0027015: Sewing returns invalid shape if some faces are nearly plane cones

Interpolation state check is fixed to mark as valid only ordered sequences of poles.
Refactoring of Approx_SameParameter.cxx.
Test case is added.
Test cases are updated to the new behavior.
Update of testing cases
Affected Issues
0027015
mod - src/Approx/Approx_SameParameter.cxx Diff File
mod - src/BRepLib/BRepLib.cxx Diff File
mod - tests/bugs/modalg_2/bug22804 Diff File
mod - tests/bugs/modalg_5/bug25175 Diff File
add - tests/bugs/modalg_6/bug27015 Diff File
mod - tests/de/iges_1/O3 Diff File
mod - tests/heal/data/advanced/W6 Diff File
mod - tests/heal/data/advanced/X1 Diff File
mod - tests/heal/data/advanced/Z4 Diff File
mod - tests/offset/with_intersect_80/L3 Diff File
mod - tests/sewing/tol_100/J1 Diff File
mod - tests/sewing/tol_100/J2 Diff File
mod - tests/thrusection/solids/A2 Diff File
mod - tests/thrusection/solids/A3 Diff File
mod - tests/thrusection/solids/A4 Diff File
mod - tests/thrusection/solids/A5 Diff File
mod - tests/thrusection/solids/A6 Diff File
mod - tests/thrusection/solids/A7 Diff File
mod - tests/thrusection/solids/A8 Diff File
mod - tests/thrusection/solids/A9 Diff File

Issue History

Date Modified Username Field Change
2015-12-18 18:50 Timo New Issue
2015-12-18 18:50 Timo Assigned To => msv
2015-12-18 18:50 Timo File Added: c2.zip
2015-12-18 18:51 Timo Description Updated
2015-12-21 12:33 msv Note Added: 0049351
2015-12-21 12:33 msv Assigned To msv => aml
2015-12-21 12:33 msv Status new => assigned
2015-12-21 12:33 msv Target Version 7.0.0 => 7.1.0
2015-12-22 13:20 aml File Added: bug27015_ReducedShape.brep
2015-12-22 13:22 aml Steps to Reproduce Updated
2015-12-22 13:26 aml Note Added: 0049429
2015-12-24 14:14 git Note Added: 0049562
2016-02-12 14:44 Timo Note Added: 0050688
2016-02-15 17:37 aml Note Added: 0050767
2016-02-15 17:56 msv Note Added: 0050771
2016-02-15 17:56 msv Priority normal => low
2016-05-20 11:37 git Note Added: 0054159
2016-05-20 14:57 git Note Added: 0054249
2016-05-23 11:25 aml File Deleted: bug27015_ReducedShape.brep
2016-05-23 11:27 git Note Added: 0054271
2016-05-23 11:27 git Note Added: 0054272
2016-05-23 11:28 aml File Added: bug27015.brep
2016-05-23 11:29 aml Note Added: 0054273
2016-05-23 11:29 aml Assigned To aml => msv
2016-05-23 11:29 aml Status assigned => resolved
2016-05-23 12:12 aml Relationship added related to 0027531
2016-05-23 14:51 git Note Added: 0054287
2016-05-23 14:56 git Note Added: 0054290
2016-05-23 15:01 aml Note Added: 0054291
2016-05-23 15:04 msv Note Added: 0054292
2016-05-23 15:04 msv Assigned To msv => bugmaster
2016-05-23 15:04 msv Status resolved => reviewed
2016-05-23 15:26 apv Assigned To bugmaster => apv
2016-05-24 17:06 apv Note Added: 0054362
2016-05-24 17:06 apv Assigned To apv => aml
2016-05-24 17:06 apv Status reviewed => assigned
2016-05-24 17:09 apv Note Added: 0054363
2016-05-24 17:36 apv Test case number => bugs modalg_6 bug27015
2016-05-25 09:52 aml Note Added: 0054373
2016-05-25 09:52 aml Assigned To aml => msv
2016-05-25 09:52 aml Status assigned => resolved
2016-05-25 11:41 msv Note Added: 0054376
2016-05-25 11:41 msv Assigned To msv => aml
2016-05-25 11:41 msv Status resolved => assigned
2016-05-25 11:50 git Note Added: 0054377
2016-05-27 16:51 git Note Added: 0054506
2016-05-30 12:57 git Note Added: 0054526
2016-05-30 13:00 git Note Added: 0054527
2016-05-30 13:02 aml Relationship added related to 0023126
2016-05-30 13:02 aml Relationship added related to 0023127
2016-05-30 13:04 aml Note Added: 0054529
2016-05-30 13:04 aml Assigned To aml => msv
2016-05-30 13:04 aml Status assigned => resolved
2016-05-30 13:04 aml Steps to Reproduce Updated
2016-05-30 17:06 msv Note Added: 0054542
2016-05-30 17:06 msv Assigned To msv => aml
2016-05-30 17:06 msv Status resolved => assigned
2016-05-31 07:41 git Note Added: 0054548
2016-05-31 07:43 git Note Added: 0054549
2016-05-31 07:44 aml Note Added: 0054550
2016-05-31 07:44 aml Assigned To aml => msv
2016-05-31 07:44 aml Status assigned => resolved
2016-05-31 09:46 git Note Added: 0054552
2016-05-31 09:48 msv Note Added: 0054553
2016-05-31 09:48 msv Assigned To msv => bugmaster
2016-05-31 09:48 msv Status resolved => reviewed
2016-05-31 09:49 git Note Added: 0054554
2016-05-31 09:51 msv Note Added: 0054555
2016-05-31 10:16 apv Assigned To bugmaster => apv
2016-05-31 10:26 git Note Added: 0054557
2016-05-31 10:27 apv Note Added: 0054559
2016-05-31 16:03 apv Note Added: 0054574
2016-05-31 16:03 apv Assigned To apv => aml
2016-05-31 16:03 apv Status reviewed => assigned
2016-05-31 16:06 apv Note Added: 0054575
2016-06-01 07:39 aml Note Added: 0054586
2016-06-01 07:39 aml Assigned To aml => apv
2016-06-01 07:39 aml Status assigned => feedback
2016-06-01 07:40 aml Note Edited: 0054586
2016-06-02 10:16 apv Note Added: 0054615
2016-06-02 10:17 apv Assigned To apv => szv
2016-06-02 10:19 apv Note Added: 0054616
2016-06-02 10:23 git Note Added: 0054619
2016-06-02 10:24 szv Note Added: 0054620
2016-06-02 10:24 szv Assigned To szv => apv
2016-06-02 10:24 szv Status feedback => assigned
2016-06-02 10:25 apv Assigned To apv => abv
2016-06-02 10:26 apv Note Added: 0054621
2016-06-02 10:26 apv Status assigned => feedback
2016-06-02 13:59 abv Note Added: 0054629
2016-06-02 13:59 abv Assigned To abv => bugmaster
2016-06-02 14:02 apv Status feedback => tested
2016-06-03 12:50 bugmaster Changeset attached => occt master 52db4751
2016-06-03 12:50 bugmaster Status tested => verified
2016-06-03 12:50 bugmaster Resolution open => fixed
2016-06-03 13:12 git Note Added: 0054662
2016-06-03 13:12 git Note Added: 0054667
2016-07-22 15:46 Timo Relationship added related to 0027705
2016-08-08 10:15 Timo Relationship added related to 0027753
2016-11-17 13:43 Timo Note Added: 0060492
2016-12-09 16:30 aiv Status verified => closed
2016-12-09 16:39 aiv Fixed in Version => 7.1.0