Skip to content

Commit e337872

Browse files
author
Joerg Huber
committed
Added constant for HITS testcase.
1 parent a70534a commit e337872

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SIF3InfraREST/test/src/sif3/infra/test/rest/consumer/TestStudentPersonalConsumer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class TestStudentPersonalConsumer
5959
private final static String MULTI_STUDENT_FILE_NAME = PATH + "/SIF3InfraREST/TestData/xml/input/StudentPersonals5.xml";
6060
// private static final String CONSUMER_ID = "SecureStudentConsumer";
6161
private static final String CONSUMER_ID = "StudentConsumer";
62+
// private static final String CONSUMER_ID = "HITSStudentConsumer";
6263
// private static final String CONSUMER_ID = "BrokeredAttTrackerConsumer";
6364
// private static final String CONSUMER_ID = "QueueTestConsumer";
6465

@@ -511,7 +512,7 @@ public static void main(String[] args)
511512
StudentPersonalConsumer consumer = tester.getConsumer();
512513

513514
tester.getStudent(consumer);
514-
// tester.getStudents(consumer, true);
515+
tester.getStudents(consumer, true);
515516
// tester.getStudentsByServicePath("SchoolInfos", "24ed508e1ed04bba82198233efa55859", consumer);
516517
// tester.getStudentsByServicePath("TeachingGroups", "64A309DA063A2E35B359D75101A8C3D1", consumer);
517518
// tester.getStudentsByServicePath("RoomInfos", "24ed508e1ed04bba82198233efa55859", consumer);

0 commit comments

Comments
 (0)