View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023071 | Community | OCCT:Application Framework | public | 2012-04-05 13:16 | 2012-11-16 13:16 |
Reporter | mlh | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2005 | ||
Product Version | 6.5.0 | ||||
Target Version | 6.5.4 | Fixed in Version | 6.5.4 | ||
Summary | 0023071: Comparison of file extension is case sensitive | ||||
Description | If you try to save a file with a file extension in capital letters like testcase.XML the file becomes saved as testcase.XML.xml because the check if the file extension is already in the name is done case sensitiv in the FWOSDriver_Driver::SetName method. For the platform WNT this comparison should be done regardless of the case of the filename because windows is not case sensitive. | ||||
Steps To Reproduce | Try to save a file testcase.XML and you will see the problem. | ||||
Additional information and documentation updates | A modified FWOSDriver_Driver.cxx file is attached. It makes a temporary copy of the filename and the extensions and makes both lowercase for comparison. For other platforms nothing changes. | ||||
Tags | No tags attached. | ||||
Test case number | chl 934 Z8 | ||||
|
FWOSDriver_Driver.cxx (5,470 bytes) |
|
Fixed in branch CR23071. It makes a temporary copy of the filename and its extension and converts both to lowercase for comparison. Review it, please. |
|
Reviewed! |
|
Dear BugMaster, Workbench KAS:dev:mkv-23071-occt was created from git branch CR23071 (and mkv-23071-products from svn trunk) and compiled on Linux platform. Test case for this bug is chl/934/Z8. It is OK. There are not regressions in mkv-23071-products regarding to KAS:dev:products-20120406-opt There are not improvements in mkv-23071-products regarding to KAS:dev:products-20120406-opt See results in /QADisk/occttests/results/KAS/dev/mkv-23071-products_12042012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120406-opt_07042012/lin See test cases in /QADisk/occttests/tests/ED N.B. In order to launch testing case you can make use the following instructions http://doc/doku.php?id=occt:certification |
2012-04-17 17:46 tester |
Z8 (2,022 bytes) |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-05 13:16 | mlh | New Issue | |
2012-04-05 13:16 | mlh | Assigned To | => szy |
2012-04-05 13:16 | mlh | File Added: FWOSDriver_Driver.cxx | |
2012-04-12 15:25 |
|
Note Added: 0020358 | |
2012-04-12 15:25 |
|
Assigned To | szy => vro |
2012-04-12 15:25 |
|
Status | new => resolved |
2012-04-12 15:27 |
|
Target Version | => 6.5.4 |
2012-04-12 16:05 | vro | Note Added: 0020359 | |
2012-04-12 16:05 | vro | Assigned To | vro => mkv |
2012-04-12 16:05 | vro | Status | resolved => reviewed |
2012-04-13 17:09 |
|
Test case number | => chl 934 Z8 |
2012-04-17 17:46 |
|
Note Added: 0020406 | |
2012-04-17 17:46 |
|
File Added: Z8 | |
2012-04-17 17:47 |
|
Assigned To | mkv => bugmaster |
2012-04-17 17:47 |
|
Status | reviewed => tested |
2012-05-10 15:35 |
|
Changeset attached | => occt master 858aac03 |
2012-05-10 15:36 |
|
Assigned To | bugmaster => szy |
2012-05-10 15:36 |
|
Status | tested => verified |
2012-05-10 15:36 |
|
Resolution | open => fixed |
2012-11-16 13:15 | bugmaster | Fixed in Version | => 6.5.4 |
2012-11-16 13:16 | bugmaster | Status | verified => closed |