puts "============"
puts "0032821: DEWrapper - Implementation of a common toolkit for importing and exporting CAD files"
puts "============"
puts ""

# Checking the stability of ability to change the configuration's values
set old_conf [DumpConfiguration]

LoadConfiguration ""

set new_conf [DumpConfiguration]

CompareConfiguration ${old_conf} ${new_conf}
