Opened 9 years ago

Closed 9 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 jng, 9 years ago

Resolution: fixed
Status: newclosed

Fixed r8518

comment:2 by jng, 9 years ago

Resolution: fixed
Status: closedreopened

comment:3 by jng, 9 years ago

Resolution: fixed
Status: reopenedclosed

Extra fix r8519

Note: See TracTickets for help on using tickets.