View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031908 | Open CASCADE | OCCT:DRAW | public | 2020-11-03 16:15 | 2020-12-15 14:28 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 5.2.2 | ||||
Target Version | 7.6.0 | Fixed in Version | 7.6.0 | ||
Summary | 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters | ||||
Description | wavefront DRAW command does not work if file path length is longer than 100 characters | ||||
Steps To Reproduce | pload MODELING box b 10 20 30 wavefront b the_name_of_saved_with_wavefront_command_box_that_measures_10_20_30_and_has_length_of_its_name_longer_than_100_characters | ||||
Tags | No tags attached. | ||||
Test case number | demo/draw/bug31908 | ||||
|
Branch CR31908 has been created by asuraven. SHA-1: c83eb56f06b6854a7df49010a1f1e43aabc2a3ad Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
|
Branch CR31908 has been deleted by asuraven. SHA-1: c83eb56f06b6854a7df49010a1f1e43aabc2a3ad |
|
Branch CR31908 has been created by asuraven. SHA-1: 8543fa4ebff14ca40cb906a426465429b96faa33 Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
|
+ FILE* outfile = fopen(aFile.ToCString(), "w"); Could you please replace fopen() with OSD_OpenFile() in scope of this patch? |
|
Branch CR31908 has been deleted by asuraven. SHA-1: 8543fa4ebff14ca40cb906a426465429b96faa33 |
|
Branch CR31908 has been created by asuraven. SHA-1: a62d30daead466383f1ca42207f6f122f1ca55e8 Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
|
Branch CR31908 has been deleted by asuraven. SHA-1: a62d30daead466383f1ca42207f6f122f1ca55e8 |
|
Branch CR31908 has been created by asuraven. SHA-1: 6719ebc5829a47d9f80f32867d4875962f43321c Detailed log of new commits: Author: asuraven Date: Tue Nov 3 17:22:14 2020 +0300 0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
|
Tests with CR31136_4 are OK: http://vm-jenkins-test-12.nnov.opencascade.com:8080/view/CR31136_4-master-ASURAVEN/view/COMPARE/ Please review |
|
For integration: occt - CR31908 products - none |
|
Combination - OCCT branch : IR-2020-11-20 master SHA - c5892d852bb462075f9db03f31085e35d7b59f35 a206de37fbfa0bf71bd534ae47192bbec23b8522 Products branch : IR-2020-11-20 SHA - a5d1f89f5fa83c955e6a604f57a5b590eb433b43 was compiled on Linux, MacOS and Windows platforms and tested in optimize mode. Number of compiler warnings: No new/fixed warnings Regressions/Differences/Improvements: No regressions/differences CPU differences: Debian80-64: OCCT Total CPU difference: 18024.090000000127 / 17964.340000000077 [+0.33%] Products Total CPU difference: 12166.12000000011 / 12169.520000000111 [-0.03%] Windows-64-VC14: OCCT Total CPU difference: 19696.90625 / 19723.125 [-0.13%] Products Total CPU difference: 13644.875 / 13567.078125 [+0.57%] Image differences : No differences that require special attention Memory differences : No differences that require special attention |
|
Branch CR31908 has been deleted by inv. SHA-1: 6719ebc5829a47d9f80f32867d4875962f43321c |
occt: master 84d0342c 2020-11-03 14:22:14
Committer: bugmaster Details Diff |
0031908: Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters * Change file path variable in wavefront function from char[100] to TCollection_AsciiString |
Affected Issues 0031908 |
|
mod - src/MeshTest/MeshTest.cxx | Diff File | ||
add - tests/demo/draw/bug31908 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-03 16:15 |
|
New Issue | |
2020-11-03 16:15 |
|
Assigned To | => asuraven |
2020-11-03 16:16 |
|
Relationship added | related to 0031136 |
2020-11-03 16:17 |
|
Summary | wavefront file path length is limited to 100 characters => Modeling Data - wavefront file path length is limited to 100 characters |
2020-11-03 16:20 |
|
Status | new => assigned |
2020-11-03 16:20 | kgv | Status | assigned => new |
2020-11-03 16:20 | kgv | Category | OCCT:Modeling Data => OCCT:DRAW |
2020-11-03 16:20 | kgv | Summary | Modeling Data - wavefront file path length is limited to 100 characters => Draw Harness, TKTopTest - wavefront file path length is limited to 100 characters |
2020-11-03 16:23 | kgv | Product Version | => 5.2.2 |
2020-11-03 17:00 |
|
Status | new => assigned |
2020-11-03 17:22 | git | Note Added: 0096511 | |
2020-11-03 17:44 | git | Note Added: 0096513 | |
2020-11-03 17:44 | git | Note Added: 0096514 | |
2020-11-03 17:55 | kgv | Note Added: 0096516 | |
2020-11-03 18:10 | git | Note Added: 0096517 | |
2020-11-03 18:10 | git | Note Added: 0096518 | |
2020-11-05 11:45 | git | Note Added: 0096529 | |
2020-11-05 11:45 | git | Note Added: 0096530 | |
2020-11-05 14:27 |
|
Note Added: 0096537 | |
2020-11-05 14:30 |
|
Assigned To | asuraven => msv |
2020-11-05 14:30 |
|
Status | assigned => resolved |
2020-11-05 14:30 |
|
Steps to Reproduce Updated | |
2020-11-05 15:56 |
|
Note Added: 0096549 | |
2020-11-05 15:56 |
|
Assigned To | msv => bugmaster |
2020-11-05 15:56 |
|
Status | resolved => reviewed |
2020-11-21 12:39 | bugmaster | Changeset attached | => occt master 84d0342c |
2020-11-21 12:39 | bugmaster | Status | reviewed => verified |
2020-11-21 12:39 | bugmaster | Resolution | open => fixed |
2020-11-21 12:43 | bugmaster | Note Added: 0096938 | |
2020-11-21 12:50 | bugmaster | Test case number | => demo/draw/bug31908 |
2020-11-21 13:28 | git | Note Added: 0096964 | |
2020-12-15 14:28 | kgv | Relationship added | parent of 0031998 |