This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/mathworks/ci Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public void verifyTestSelectByTag () throws Exception {
202202 }
203203
204204 /*@Integ
205- * Verify outPutDetail set
205+ * Verify outputDetail set
206206 */
207207
208208 public void verifyOutputDetailSet () {
@@ -259,7 +259,7 @@ public void verifyLoggingLevelSet() {
259259 * Verify when useParallel Set
260260 */
261261
262- public void verifyRunParallelSet () throws Exception {
262+ public void verifyUseParallelSet () throws Exception {
263263 project .setDefinition (new CpsFlowDefinition (
264264 "node {runMATLABTests(useParallel: true)}" , true ));
265265 WorkflowRun build = project .scheduleBuild2 (0 ).get ();
@@ -270,7 +270,7 @@ public void verifyRunParallelSet () throws Exception {
270270 * Verify when useParallel Not Set
271271 */
272272
273- public void verifyRunParallelNotSet () throws Exception {
273+ public void verifyUseParallelNotSet () throws Exception {
274274 project .setDefinition (new CpsFlowDefinition (
275275 "node {runMATLABTests(useParallel: false)}" , true ));
276276 WorkflowRun build = project .scheduleBuild2 (0 ).get ();
You can’t perform that action at this time.
0 commit comments