0024242: Hang-up during classification a 3D point relative to a solid
[occt.git] / tests / bugs / modalg_5 / bug23952_1
CommitLineData
3cdfdc9a 1puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
2puts "TODO OCC24156 MacOS: An exception was caught"
3puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
4puts "TODO OCC24156 MacOS: \\*\\*\\* Abort"
5puts "TODO OCC24156 MacOS: ... The exception is"
6
85c44a05 7puts "================"
8puts "OCC23952"
9puts "================"
10puts ""
11###########################################################################################
12# Improving thread-safety of intersections, approximations and other modeling algorithms
13###########################################################################################
14
15pload QAcommands
16restore [locate_data_file bug23952_trim-torus.draw] a
17
18set NbUPoles 18
19set info [OCC23952sweep $NbUPoles a]
20
21if { [regexp "theTargetNbUPoles: OK" $info] != 1 } {
22 puts "Error : Number of UPoles is incorrect"
23} else {
24 puts "OK: Number of UPoles is correct"
25}