Skip to content

Commit 2ce518f

Browse files
committed
Reworded the test description for #15.
1 parent 4f99492 commit 2ce518f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/ChangelessBranchFailsBuildIT.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
/**
1616
* Currently, if you push a ready branch with no changes, the build fails because either it can't find the MERGE_MSG file, or it is empty.
17-
* We need to discuss what it SHOULD do, but I'm fairly sure it shouldn't fail with an odd message.
17+
* Since the exceptions thrown by the API's do a very bad job at actually pointing out what went wrong, we've written these tests
18+
* to make sure that the user is presented with a text that make sure there is a chance to decipher the error.
1819
*/
1920
public class ChangelessBranchFailsBuildIT {
2021

0 commit comments

Comments
 (0)