0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / moddata_3 / bug162
CommitLineData
06da7b7e 1puts "========"
2puts "OCC162"
3puts "========"
4
5pload QAcommands
6pload XDE
7
8restore [locate_data_file OCC162.brep] s
9
10OCC162 s
11
12set i_max 5
13for {set i 1} {${i} <= ${i_max}} {incr i} {
67a1064e 14 OCC162 s
15 lappend listmem [meminfo h]
16 if { [checktrend $listmem 0 1 "Memory leak detected"] } {
17 puts "No memory leak, $i iterations"
18 break
19 }
06da7b7e 20}
21