Skip to content

Commit ec57c4e

Browse files
author
Joerg Huber
committed
update test case.
1 parent 2976ca9 commit ec57c4e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

SIF3InfraREST/SIF3Demo/sif3-demo-web/src/test/java/sif3/test/infra/rest/consumer/TestStudentsInYearConsumer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
public class TestStudentsInYearConsumer
2121
{
22-
private static final String CONSUMER_ID = "StudentConsumer";
23-
// private static final String CONSUMER_ID = "BrokeredAttTrackerConsumer";
22+
// private static final String CONSUMER_ID = "StudentConsumer";
23+
private static final String CONSUMER_ID = "BrokeredAttTrackerConsumer";
2424

2525
private static final RequestType REQUEST_TYPE = RequestType.IMMEDIATE;
2626
// private static final RequestType REQUEST_TYPE = RequestType.DELAYED;
@@ -125,7 +125,7 @@ public static void main(String[] args)
125125
//
126126
// Get Students
127127
//
128-
tester.getStudentsInYear(consumer);
128+
// tester.getStudentsInYear(consumer);
129129
// tester.getStudentsInYear(consumer2);
130130

131131
// Put this agent to a blocking wait.....

SIF3InfraREST/src/test/resources/config/log4j.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ log4j.rootLogger=DEBUG, stdout, file
2525
log4j.logger.sif3.infra=DEBUG
2626

2727
log4j.logger.sif3.infra.rest.client.ClientConfigMgr=DEBUG
28-
log4j.logger.sif3.infra.rest.client.MessageClient=INFO
28+
log4j.logger.sif3.infra.rest.client.MessageClient=DEBUG
2929
log4j.logger.sif3.infra.rest.client.EventClient=INFO
30-
log4j.logger.sif3.infra.rest.queue.LocalConsumerQueue=DEBUG
30+
log4j.logger.sif3.infra.rest.queue.LocalConsumerQueue=INFO
3131
log4j.logger.sif3.infra.rest.queue.LocalMessageConsumer=INFO
32-
log4j.logger.sif3.infra.rest.queue.RemoteMessageQueueReader=ERROR
32+
log4j.logger.sif3.infra.rest.queue.RemoteMessageQueueReader=DEBUG
3333

3434
#log4j.logger.sif3.infra.rest.resource.BaseResource=DEBUG
3535
log4j.logger.sif3.infra.rest.resource.DataModelResource=DEBUG

0 commit comments

Comments
 (0)