Skip to content
Snippets Groups Projects
Commit d8175c39 authored by cramakri's avatar cramakri
Browse files

LMS-1887 Added comment.

SVN: 18864
parent 8106bcd8
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,8 @@ public class CommandGetReplicaTest extends AbstractFileSystemTestCase ...@@ -206,6 +206,8 @@ public class CommandGetReplicaTest extends AbstractFileSystemTestCase
one(dataSetDss).getFile("/" + metadataFolderName + "/Metadata.txt"); one(dataSetDss).getFile("/" + metadataFolderName + "/Metadata.txt");
will(returnValue(new FileInputStream(new File(parent, will(returnValue(new FileInputStream(new File(parent,
"Metadata/ReplicaMetadata/Metadata.txt")))); "Metadata/ReplicaMetadata/Metadata.txt"))));
// The command should not ask for the -METADATA-OLD dataset!
} }
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment