AHM 8.15
When exporting to textfile, variables in commentlines will be listed under CmntPattern section in textfile.
But when importing the textfile, I get this result:
Code: Select all
Opening input file "C:\Temp\ExportTest.txt" .. Ok
Reading ..
Unrecognized parameter name in line #22
Unrecognized parameter name in line #23
Unrecognized parameter name in line #25
Unrecognized parameter name in line #28
Unrecognized parameter name in line #32
Done
new folders: 0
new tests: 1
changed tests: 0
errors: 5
warnings: 0
Line 23 is a global variable
Is this a bug, or normal behavior..?