Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 22140e6

Browse files
author
Nikhil Bhoski
committed
Removed invalid test case.
1 parent 3480821 commit 22140e6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/test/java/com/mathworks/ci/RunMatlabTestsBuilderTest.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -228,19 +228,6 @@ public void verifyRunTestAutomaticallyIsDefault() throws Exception {
228228
+ "\'CoberturaCodeCoverage\',true,\'CoberturaModelCoverage\',true", build);
229229
}
230230

231-
/*
232-
* Test to verify if MATALB scratch file is generated in workspace.
233-
*/
234-
@Test
235-
public void verifyMATLABscratchFileGeneratedForAutomaticOption() throws Exception {
236-
this.buildWrapper.setMatlabRootFolder(getMatlabroot("R2018b"));
237-
project.getBuildWrappersList().add(this.buildWrapper);
238-
setAllTestArtifacts(false, testBuilder);
239-
project.getBuildersList().add(testBuilder);
240-
FreeStyleBuild build = project.scheduleBuild2(0).get();
241-
File matlabRunner = new File(build.getWorkspace() + File.separator + "runMatlabTests.m");
242-
Assert.assertTrue(matlabRunner.exists());
243-
}
244231

245232
/*
246233
* Test to verify if appropriate MATALB runner file is copied in workspace.

0 commit comments

Comments
 (0)