Forbid moving file to another file

#KT-4069 Fixed
This commit is contained in:
Alexey Sedunov
2014-03-04 14:10:27 +04:00
parent 12310b5bd9
commit 3729966270
8 changed files with 52 additions and 19 deletions
@@ -0,0 +1,3 @@
<test>
Test
</test>
@@ -0,0 +1,3 @@
<test>
Test
</test>
@@ -0,0 +1,6 @@
{
"comment": "Such move is forbidden",
"mainFile": "test.txt",
"type": "MOVE_FILES",
"targetFile": "test.xml"
}