@@ -99,6 +99,7 @@ public function createScheduleTest()
9999 $ maxRunCount = 845001408 ;
100100 $ startedRunCount = 479303651 ;
101101 $ maxConcurrentRunCount = 1478623794 ;
102+ $ maxConcurrentActiveRunCount = 2066355825 ;
102103 $ allowQueueing = false ;
103104 $ catchUp = false ;
104105 $ expectedResponse = new Schedule ();
@@ -108,6 +109,7 @@ public function createScheduleTest()
108109 $ expectedResponse ->setMaxRunCount ($ maxRunCount );
109110 $ expectedResponse ->setStartedRunCount ($ startedRunCount );
110111 $ expectedResponse ->setMaxConcurrentRunCount ($ maxConcurrentRunCount );
112+ $ expectedResponse ->setMaxConcurrentActiveRunCount ($ maxConcurrentActiveRunCount );
111113 $ expectedResponse ->setAllowQueueing ($ allowQueueing );
112114 $ expectedResponse ->setCatchUp ($ catchUp );
113115 $ transport ->addResponse ($ expectedResponse );
@@ -312,6 +314,7 @@ public function getScheduleTest()
312314 $ maxRunCount = 845001408 ;
313315 $ startedRunCount = 479303651 ;
314316 $ maxConcurrentRunCount = 1478623794 ;
317+ $ maxConcurrentActiveRunCount = 2066355825 ;
315318 $ allowQueueing = false ;
316319 $ catchUp = false ;
317320 $ expectedResponse = new Schedule ();
@@ -321,6 +324,7 @@ public function getScheduleTest()
321324 $ expectedResponse ->setMaxRunCount ($ maxRunCount );
322325 $ expectedResponse ->setStartedRunCount ($ startedRunCount );
323326 $ expectedResponse ->setMaxConcurrentRunCount ($ maxConcurrentRunCount );
327+ $ expectedResponse ->setMaxConcurrentActiveRunCount ($ maxConcurrentActiveRunCount );
324328 $ expectedResponse ->setAllowQueueing ($ allowQueueing );
325329 $ expectedResponse ->setCatchUp ($ catchUp );
326330 $ transport ->addResponse ($ expectedResponse );
@@ -586,6 +590,7 @@ public function updateScheduleTest()
586590 $ maxRunCount = 845001408 ;
587591 $ startedRunCount = 479303651 ;
588592 $ maxConcurrentRunCount = 1478623794 ;
593+ $ maxConcurrentActiveRunCount = 2066355825 ;
589594 $ allowQueueing = false ;
590595 $ catchUp = false ;
591596 $ expectedResponse = new Schedule ();
@@ -595,6 +600,7 @@ public function updateScheduleTest()
595600 $ expectedResponse ->setMaxRunCount ($ maxRunCount );
596601 $ expectedResponse ->setStartedRunCount ($ startedRunCount );
597602 $ expectedResponse ->setMaxConcurrentRunCount ($ maxConcurrentRunCount );
603+ $ expectedResponse ->setMaxConcurrentActiveRunCount ($ maxConcurrentActiveRunCount );
598604 $ expectedResponse ->setAllowQueueing ($ allowQueueing );
599605 $ expectedResponse ->setCatchUp ($ catchUp );
600606 $ transport ->addResponse ($ expectedResponse );
@@ -1010,6 +1016,7 @@ public function createScheduleAsyncTest()
10101016 $ maxRunCount = 845001408 ;
10111017 $ startedRunCount = 479303651 ;
10121018 $ maxConcurrentRunCount = 1478623794 ;
1019+ $ maxConcurrentActiveRunCount = 2066355825 ;
10131020 $ allowQueueing = false ;
10141021 $ catchUp = false ;
10151022 $ expectedResponse = new Schedule ();
@@ -1019,6 +1026,7 @@ public function createScheduleAsyncTest()
10191026 $ expectedResponse ->setMaxRunCount ($ maxRunCount );
10201027 $ expectedResponse ->setStartedRunCount ($ startedRunCount );
10211028 $ expectedResponse ->setMaxConcurrentRunCount ($ maxConcurrentRunCount );
1029+ $ expectedResponse ->setMaxConcurrentActiveRunCount ($ maxConcurrentActiveRunCount );
10221030 $ expectedResponse ->setAllowQueueing ($ allowQueueing );
10231031 $ expectedResponse ->setCatchUp ($ catchUp );
10241032 $ transport ->addResponse ($ expectedResponse );
0 commit comments