assert(idList.count(SketchLineId) == 2)
assert(idList.count(SketchPointId) == 1)
-assert(idList.count(SketchConstraintCoincidenceId) == 2)
+assert(idList.count(SketchConstraintCoincidenceId) == 3)
assert(idList.count(SketchConstraintParallelId) == 1)
# Test end
assert(idList.count(SketchLineId) == 3)
assert(idList.count(SketchPointId) == 2)
-assert(idList.count(SketchConstraintCoincidenceId) == 4)
+assert(idList.count(SketchConstraintCoincidenceId) == 6)
assert(idList.count(SketchConstraintParallelId) == 2)
# Test end
assert(idList.count(SketchArcId) == 2)
assert(idList.count(SketchPointId) == 2)
-assert(idList.count(SketchConstraintCoincidenceId) == 4)
+assert(idList.count(SketchConstraintCoincidenceId) == 6)
assert(idList.count(SketchConstraintTangentId) == 1)
# Test end
assert(idList.count(SketchArcId) == 2)
assert(idList.count(SketchPointId) == 1)
-assert(idList.count(SketchConstraintCoincidenceId) == 2)
+assert(idList.count(SketchConstraintCoincidenceId) == 3)
assert(idList.count(SketchConstraintEqualId) == 1)
assert(idList.count(SketchConstraintTangentId) == 1)
# Test end
assert(idList.count(SketchArcId) == 3)
assert(idList.count(SketchPointId) == 0)
-assert(idList.count(SketchConstraintCoincidenceId) == 4)
+assert(idList.count(SketchConstraintCoincidenceId) == 6)
assert(idList.count(SketchConstraintEqualId) == 2)
assert(idList.count(SketchConstraintTangentId) == 2)
# Test end