From e547f5662f948a392ec4a10a201f15554906ce8a Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 24 Oct 2007 12:30:36 +0000
Subject: [PATCH] broke test to test Cruise Control

SVN: 2244
---
 .../authentication/crowd/CrowdAuthenticationServiceTest.java    | 2 +-
 authentication/sourceTest/java/tests.xml                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java
index ad2a8abaffa..59a0111bf80 100644
--- a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java
+++ b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java
@@ -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();
diff --git a/authentication/sourceTest/java/tests.xml b/authentication/sourceTest/java/tests.xml
index 9cdd46f7dec..b764066748c 100644
--- a/authentication/sourceTest/java/tests.xml
+++ b/authentication/sourceTest/java/tests.xml
@@ -1,7 +1,7 @@
 <suite name="All" verbose="1" >
   <test name="All" >
     <packages>
-      <package name="ch.systemsx.*" />
+      <package name="ch.systemsx.cisd.authentication.*" />
    </packages>
  </test>
 </suite>
-- 
GitLab