Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching refs:generatePatchCommand

31 # Unit tests of VCSUtils::generatePatchCommand().
37 $title = "generatePatchCommand: Undefined optional arguments.";
40 my ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
46 $title = "generatePatchCommand: Undefined options.";
50 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
56 $title = "generatePatchCommand: --force and no \"ensure force\".";
59 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
65 $title = "generatePatchCommand: no --force and \"ensure force\".";
68 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
74 $title = "generatePatchCommand: \"should reverse\".";
77 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
82 $title = "generatePatchCommand: --fuzz=3, --force.";
85 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);