mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0024898: Test "bugs modalg_1 buc60782_1" is incorrect
Test case was corrected.
This commit is contained in:
parent
a272ed9466
commit
e94f2bfb11
@ -1,9 +1,3 @@
|
|||||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
|
||||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception"
|
|
||||||
puts "TODO ?OCC12345 ALL: Error: Offset is not done."
|
|
||||||
puts "TODO ?OCC12345 ALL: Faulty BUC60782: mkoffset works wrongly"
|
|
||||||
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
|
||||||
|
|
||||||
puts "========================"
|
puts "========================"
|
||||||
puts "BUC60782"
|
puts "BUC60782"
|
||||||
puts "CASE 1"
|
puts "CASE 1"
|
||||||
@ -27,14 +21,13 @@ if { [regexp {OK} $che ] != 1} {
|
|||||||
} else {
|
} else {
|
||||||
puts "Checking of SOURCE shape by checkshape - OK"
|
puts "Checking of SOURCE shape by checkshape - OK"
|
||||||
if [catch { mkoffset result a 1 10 } catch_result] {
|
if [catch { mkoffset result a 1 10 } catch_result] {
|
||||||
puts "Faulty BUC60782: mkoffset works wrongly"
|
puts "Faulty BUC60782: mkoffset works wrongly"
|
||||||
renamevar a result
|
renamevar a result
|
||||||
} else {
|
} else {
|
||||||
puts "OK BUC60782: offset is created"
|
puts "OK BUC60782: offset is created"
|
||||||
compound result_1 a result
|
renamevar result_1 result
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
set square 4.24716e+006
|
set length 9026.65
|
||||||
set 2dviewer 0
|
set 2dviewer 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user