Skip to content
Snippets Groups Projects
Commit 2f7f75d9 authored by gpawel's avatar gpawel
Browse files

Breaking the test to check changes in hudson configuration

SVN: 24246
parent 19fdd30a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ public class StringUtilitiesTest
assertEquals("Test", StringUtilities.capitalize("test"));
assertEquals("Test", StringUtilities.capitalize("TEST"));
assertEquals("Test", StringUtilities.capitalize("tEsT"));
assertEquals("Test test", StringUtilities.capitalize("Test Test"));
assertEquals("test test", StringUtilities.capitalize("Test Test"));
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment