完善五轴 RTCP 仿真与验证资料
This commit is contained in:
@@ -107,7 +107,12 @@ assert.deepEqual(taskModeControls.map((control) => [control.id, control.halpin])
|
||||
["rbt-auto", "gmoccapy.v-button.button-4"],
|
||||
]);
|
||||
|
||||
assert.deepEqual(fiveAxisProfiles.map(({ id }) => id), ["xyzac-trt", "xyzbc-trt", "gmoccapy-xyzab"]);
|
||||
assert.deepEqual(fiveAxisProfiles.map(({ id }) => id), [
|
||||
"xyzac-trt",
|
||||
"xyzbc-trt",
|
||||
"gmoccapy-xyzac-trt",
|
||||
"gmoccapy-xyzab",
|
||||
]);
|
||||
|
||||
const sourceSummary = createProfileSourceReferenceSummary("gmoccapy-xyzab");
|
||||
assert.equal(sourceSummary.profileId, "gmoccapy-xyzab");
|
||||
|
||||
Reference in New Issue
Block a user