File tree Expand file tree Collapse file tree
SIF3InfraREST/test/src/sif3/infra/test/rest/consumer Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments