Fix: upgrade the mdstest.m MATLAB script to work with newer software#2990
Fix: upgrade the mdstest.m MATLAB script to work with newer software#2990mwinkel-dev wants to merge 3 commits intoMDSplus:alphafrom
Conversation
|
The |
|
CORRECTION: Note that If Alternatively, if |
| % mdstest() % tests current bridge | ||
| % mdstest(0) % tests java bridge | ||
| % mdstest(1) % tests python bridge | ||
| % mdstest(1,1) % tests mdsthin bridge |
There was a problem hiding this comment.
Should this mdstest(1,1) comment line be deleted or retained?
Note that this MATLAB script tests connection to the Java and Python languages; it does not establish a bridge connection via mdsip to a remote MDSplus archive server.
|
Retest this please |
This fixes issue #2987.
Surprisingly, MATLAB does not return the same "class" type across all platforms. That caused the
mdstest.mscript to fail.After the script was upgraded, it now passes all three bridges (Java, Python, mdsthin) on the following platforms.