Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching full:patch

72     my $title = "mergeChangeLogs: traditional rejected patch success";
117 # mergeChangeLogs() should return 1 since the patch succeeded.
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
141 my $title = "mergeChangeLogs: traditional rejected patch failure";
186 # mergeChangeLogs() should return 0 since the patch failed.
200 my $title = "mergeChangeLogs: patch succeeds";
243 # mergeChangeLogs() should return 1 since the patch succeeded.
268 my $title = "mergeChangeLogs: patch fails";
323 # mergeChangeLogs() should return a non-zero exit status since the patch failed.
329 # $fileNewer should still exist unchanged because the patch failed