/**
  * Perform the pre-test passed for this type of operation.
  *
  * @throws PipelineException If the test fails.
  */
 public void performTest(BaseMasterExt ext) throws PipelineException {
   ext.preRevertFilesTest(pNodeID, pFiles);
 }