diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2010-11-24 09:43:38 +0100 |
---|---|---|
committer | Christian Halstrick <christian.halstrick@sap.com> | 2010-11-24 15:59:08 +0100 |
commit | 7e298c9ed538dd8d5207adce3497b4a1df701dc5 (patch) | |
tree | 13c9057dc5b7604f9fcb75a348b566b82d934237 /org.eclipse.jgit/resources | |
parent | c441380f9cf6a294f6353ff35526a367f950004f (diff) | |
download | jgit-7e298c9ed538dd8d5207adce3497b4a1df701dc5.tar.gz jgit-7e298c9ed538dd8d5207adce3497b4a1df701dc5.zip |
Add more tests for rebase and externalized missing Strings
Coverage tests showed that we are missing to test certain areas
in the rebase command. Add the missing tests.
Change-Id: Ia4a272d26cde7e1861dac30496e4b6799fc8187a
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 44f67ed1bf..338447e442 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -9,6 +9,7 @@ URLNotFound={0} not found aNewObjectIdIsRequired=A NewObjectId is required. abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative. abortingRebase=Aborting rebase: resetting to {0} +abortingRebaseFailed=Could not abort rebase advertisementCameBefore=advertisement of {0}^{} came before {1} advertisementOfCameBefore=advertisement of {0}^{} came before {1} amazonS3ActionFailed={0} of '{1}' failed: {2} {3} |