View Issue Details

IDProjectCategoryView StatusLast Update
0024690Open CASCADEOCCT:Testspublic2014-05-05 13:39
ReportervpaAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionduplicate 
OSWindows 
Product Version6.7.0 
Target Version6.7.1Fixed in Version6.7.1 
Summary0024690: Cannot set "imagedir" variable in test procedure
DescriptionProcedure _run_test from src/DrawResources/TestCommands.tcl fails on WindowsXP trying to set global variable imagedir on the following line:
uplevel set imagedir $imagedir

The reason is that previous code creates temporary directory which contains spaces in absolute path on WindowsXP (C:/Documents and Settings/%username%/Local Settings/Temp/) and stores its path into local variable imagedir. So TCL interprets mentioned problematic code line as an attempt to assign multiple values to global variable imagedir.
TagsNo tags attached.
Test case number

Relationships

duplicate of 0024679 closedabv test command doesn't work with tmp path containing white spaces 

Activities

abv

2014-03-05 16:34

manager   ~0028151

This should be fixed by 0024679, please have a look at corresponding branch (not yet integrated)

vpa

2014-03-05 16:51

developer   ~0028152

Last edited: 2014-03-05 16:52

Dear Bugmaster,

please close this issue because it is a duplicate of 0024679.

Issue History

Date Modified Username Field Change
2014-03-05 16:21 vpa New Issue
2014-03-05 16:21 vpa Assigned To => vpa
2014-03-05 16:21 vpa Status new => assigned
2014-03-05 16:33 abv Relationship added duplicate of 0024679
2014-03-05 16:34 abv Note Added: 0028151
2014-03-05 16:34 abv Status assigned => feedback
2014-03-05 16:50 vpa Assigned To vpa => bugmaster
2014-03-05 16:51 vpa Note Added: 0028152
2014-03-05 16:51 vpa Note Edited: 0028152
2014-03-05 16:52 vpa Note Edited: 0028152
2014-03-05 17:03 abv Status feedback => closed
2014-03-05 17:03 abv Resolution open => duplicate
2014-05-05 13:39 aiv Fixed in Version => 6.7.1