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 @@ -251,7 +251,7 @@ public void verifySpecificTestArtifactsParameters() throws Exception {
251251 * Test to verify default test atrtifact file location.
252252 */
253253
254- @ Test
254+
255255 public void verifyDefaultArtifactLocation () throws Exception {
256256 this .buildWrapper .setMatlabRootFolder (getMatlabroot ("R2017a" ));
257257 project .getBuildWrappersList ().add (this .buildWrapper );
@@ -290,7 +290,7 @@ public void verifyDefaultArtifactLocation() throws Exception {
290290 * Test to verify text box shows up on sourceFolder option click and text is empty.
291291 */
292292
293- @ Test
293+
294294 public void verifySourceFolderDefaultState () throws Exception {
295295 this .buildWrapper .setMatlabRootFolder (getMatlabroot ("R2017a" ));
296296 project .getBuildWrappersList ().add (this .buildWrapper );
@@ -309,7 +309,7 @@ public void verifySourceFolderDefaultState() throws Exception {
309309 * Test to verify text box shows up on SelectBy option click and text is empty.
310310 */
311311
312- @ Test
312+
313313 public void verifySelectByFolderDefaultState () throws Exception {
314314 this .buildWrapper .setMatlabRootFolder (getMatlabroot ("R2017a" ));
315315 project .getBuildWrappersList ().add (this .buildWrapper );
You can’t perform that action at this time.
0 commit comments