Skip to content
Snippets Groups Projects
Commit e547f566 authored by felmer's avatar felmer
Browse files

broke test to test Cruise Control

SVN: 2244
parent a37a0f6f
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ public class CrowdAuthenticationServiceTest
});
String result = authenticationService.authenticateApplication();
assertEquals(APPLICATION_TOKEN, result);
assertEquals(createDebugLogEntry("CROWD: application '" + APPLICATION + "' successfully authenticated."),
assertEquals(createDebugLogEntry("?CROWD: application '" + APPLICATION + "' successfully authenticated."),
logRecorder.getLogContent());
context.assertIsSatisfied();
......
<suite name="All" verbose="1" >
<test name="All" >
<packages>
<package name="ch.systemsx.*" />
<package name="ch.systemsx.cisd.authentication.*" />
</packages>
</test>
</suite>
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