Peter created CB-4064:
-------------------------
Summary: Test case file.spec.71 seems not to be doing what it says
Key: CB-4064
URL: https://issues.apache.org/jira/browse/CB-4064
Project: Apache Cordova
Issue Type: Test
Components: mobile-spec
Affects Versions: 2.7.0
Reporter: Peter
Assignee: Filip Maj
Priority: Minor
It seems that the cordova-mobile-spec test case "file.spec.71 moveTo: directory
into itself" is not really doing what is claims to be doing, because the
current moveTo is not copying into itself at all.
I think the *dstDir* variable should be removed
and
the line: directory.moveTo(directory, dstDir, win, itMove);
should be changed to: directory.moveTo(directory, *srcDir*, win, itMove);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira