Opened 10 years ago
Closed 10 years ago
#2531 closed defect (fixed)
Coordinate System test suite errors out setting user dictionary path
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When running the Coordinate System test suite on my machine, it is throwing errors on TestCoordinateSystem::SetDefaultUserDictionaryDir()
This is because it was failing trying to create the directory C:\Users\<username>\AppData\Local\Autodesk\User Geospatial Coordinate Systems
because the parent directory C:\Users\<username>\AppData\Local\Autodesk
did not exist.
The fix is to invoke MgFileUtil::CreateDirectory() with strict = false
and recurse = true
Change History (3)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
Fixed r8518