The migrate documents function doesn’t work.
Initial document:
<?xml version="1.0"?> <testCase version="4.1.0.55713" entryPoint="Main"> <general> <documentation>Run regression</documentation> <notes>Set variables and testbed, and run regression</notes> <owner>dclaar</owner> </general>
Run the command:
Total documents: 2593, Migrated documents: 0, Documents already in the current format: 1110, Skipped files: 1483, Files skipped due to error in loading: 0
Nothing changed! Look at the output:
L/dev/testcase/regression/my_regression.fftc Loading file... Document Version: 4.1.0.55713 No action taken
Modify the file by hand. Look at it:
<?xml version="1.0"?> <testCase version="4.1.2.57669" entryPoint="Main"> <general> <documentation>Run regression</documentation> <notes>Set variables and testbed, and run regression</notes> <owner>dclaar</owner> </general>
Now it is at the current format. The migration tool is supposed to mitigate this problem...
It appears that this has not worked for two releases at least. Maybe there should be a regression test for this!
(Filed Case number: 00020819)