Archived issue #0023315
Duplicate comarison in an if-clause ib Prs2d_ToleranceFrame.cxx
Description
In line 195:
if ( myTolTxt.Length() || myTxt1.Length() || myTxt1.Length() ) {
should be corrected to:
if ( myTolTxt.Length() || myTxt1.Length() || myTxt2.Length() ) {
if ( myTolTxt.Length() || myTxt1.Length() || myTxt1.Length() ) {
should be corrected to:
if ( myTolTxt.Length() || myTxt1.Length() || myTxt2.Length() ) {
Public activity
3 archived notes
Participants are labeled by their role within this record.
Corresponding git branch pushed. Please review.
No remarks, please test
Dear Commenter 2,
The workbenches
KAS:dev:mkv-23315-occt (GIT branch CR23315)
KAS:dev:mkv-23315-products (GIT master)
were compiled on Linux platform and tested.
Regression:
Not detected
Improvements:
Not detected
Testing case:
Not needed
See results in /QADisk/occttests/results/KAS/dev/mkv-23315-products_20072012/lin
See reference results in /QADisk/occttests/results/KAS/dev/products-20120706-opt_06072012/lin
See test cases in /QADisk/occttests/tests/ED
The workbenches
KAS:dev:mkv-23315-occt (GIT branch CR23315)
KAS:dev:mkv-23315-products (GIT master)
were compiled on Linux platform and tested.
Regression:
Not detected
Improvements:
Not detected
Testing case:
Not needed
See results in /QADisk/occttests/results/KAS/dev/mkv-23315-products_20072012/lin
See reference results in /QADisk/occttests/results/KAS/dev/products-20120706-opt_06072012/lin
See test cases in /QADisk/occttests/tests/ED