We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mpmlist
1 parent b76ea54 commit 69f62c8Copy full SHA for 69f62c8
tests/system/package/tToolbox.m
@@ -16,7 +16,12 @@ function useMATLABR2025aOrAbove(testCase)
16
end
17
18
function checkMATLABPackage(testCase)
19
- testCase.assumeEmpty(mpmlist(mag.buildtool.task.PackageTask.ToolboxName), "MAG Data Visualization installed as a MATLAB package.");
+
20
+ % MATLAB will still execute this method, even if the above
21
+ % check fails.
22
+ if ~isMATLABReleaseOlderThan("R2025a")
23
+ testCase.assumeEmpty(mpmlist(mag.buildtool.task.PackageTask.ToolboxName), "MAG Data Visualization installed as a MATLAB package.");
24
+ end
25
26
27
0 commit comments