Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[JENKINS-32501] Update of message in unit test due to checkstyle 6.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 29, 2016
1 parent 1ca3fbb commit c576821
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ public void analyseCheckStyleFile() throws InvocationTargetException {
assertEquals("Wrong type detected.", "DesignForExtensionCheck", warning.getType());
assertEquals("Wrong priority detected.", Priority.HIGH, warning.getPriority());
assertTrue("Wrong description detected.", warning.getToolTip().contains(
"Checks that classes are designed for extension."));
"finds classes that are designed for extension"));
assertEquals(
"Wrong message detected.",
"Die Methode 'detectPackageName' ist nicht fr Vererbung entworfen - muss abstract, final oder leer sein.",
Expand Down

0 comments on commit c576821

Please sign in to comment.