View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023550 | Open CASCADE | OCCT:Tests | public | 2012-11-13 17:03 | 2013-04-29 15:21 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.5.4 | ||||
Target Version | 6.6.0 | Fixed in Version | 6.6.0 | ||
Summary | 0023550: Variable imagedir is not defined in interactive run of tests | ||||
Description | Tcl variable imagedir is used by tests but is not defined by command test. Hence some tests (e.g. caf bugs A3) fail with exception if launched interactively. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Fix pushed to branch CR23550, please review |
|
Fix works for interactive start of test including caf bugs A3. But what about problem of absence of temp folder defined in imagedir variable. Typical sample bugs xde subgroup. writestl a_1 C:/temp/bug23193_sample.stl 0 An exception was caught 71ABFD64 : Standard_ProgramError: OSD_File :: Write (): wrong access |
|
The implementation is revised to use temporary directory specified by environment variable (trying TempDir, Temp, Tmp, in this order, in both upper and lower case) or $HOME/tmp or ./tmp as a fallback case. Pushed to branch CR23550 (rebased on IR-2012-11-30 without last commit); please review |
|
branch CR23550 has been reviewed. Test case bugs xde bug23384 has been update with imagedir |
occt: master 60874ff8 2012-12-07 09:44:58
Committer: abv Details Diff |
0023550: Variable imagedir is not defined in interactive run of tests When test is run interactively, imagedir is set to temporary directory (search order: environment variables TempDir, Temp, Tmp, upper and lower case, in this order, then $HOME/tmp) Update testing case with imagedir variable |
Affected Issues 0023550 |
|
mod - src/DrawResources/TestCommands.tcl | Diff File | ||
mod - tests/bugs/xde/bug23193 | Diff File | ||
mod - tests/bugs/xde/bug23384 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-13 17:03 |
|
New Issue | |
2012-11-13 17:03 |
|
Assigned To | => abv |
2012-11-13 17:03 |
|
Status | new => assigned |
2012-11-13 18:59 |
|
Note Added: 0022231 | |
2012-11-13 18:59 |
|
Assigned To | abv => bugmaster |
2012-11-13 18:59 |
|
Status | assigned => resolved |
2012-11-29 13:17 | bugmaster | Note Added: 0022442 | |
2012-11-29 13:17 | bugmaster | Status | resolved => reviewed |
2012-11-29 13:41 | bugmaster | Assigned To | bugmaster => abv |
2012-11-29 13:41 | bugmaster | Status | reviewed => assigned |
2012-12-03 09:39 |
|
Note Added: 0022505 | |
2012-12-03 09:39 |
|
Assigned To | abv => bugmaster |
2012-12-03 09:39 |
|
Status | assigned => resolved |
2012-12-06 13:16 | bugmaster | Note Added: 0022589 | |
2012-12-06 13:16 | bugmaster | Status | resolved => reviewed |
2012-12-06 13:17 | bugmaster | Status | reviewed => tested |
2012-12-10 17:16 |
|
Changeset attached | => occt master 60874ff8 |
2012-12-10 17:16 |
|
Assigned To | bugmaster => abv |
2012-12-10 17:16 |
|
Status | tested => verified |
2012-12-10 17:16 |
|
Resolution | open => fixed |
2013-04-23 13:37 |
|
Status | verified => closed |
2013-04-29 15:21 |
|
Fixed in Version | => 6.6.0 |