mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0025901: Incorrect work of command OCC181 in test-cases bugs fclasses bug181_1 and bug181_2
Modified test cases
This commit is contained in:
parent
36132a2ec8
commit
e4ffdb1e40
@ -15,8 +15,6 @@ set tmp ${imagedir}
|
||||
|
||||
pload QAcommands
|
||||
|
||||
file delete -force ${tmp}/1
|
||||
|
||||
set log [OCC181 OCC181 ${imagedir} ${tmp}/1 0]
|
||||
|
||||
set list [split ${log}]
|
||||
@ -29,3 +27,4 @@ if { ${status} == "TRUE"} then {
|
||||
puts "OCC181: Error"
|
||||
}
|
||||
|
||||
file delete -force ${tmp}/1
|
||||
|
@ -17,8 +17,6 @@ set tmp ${imagedir}
|
||||
|
||||
pload QAcommands
|
||||
|
||||
file delete -force ${tmp}/2
|
||||
|
||||
set log [OCC181 OCC181 ${imagedir} ${tmp}/2/2/3 0]
|
||||
|
||||
set list [split ${log}]
|
||||
@ -31,3 +29,4 @@ if { ${status} == "TRUE"} then {
|
||||
puts "OCC181: Error"
|
||||
}
|
||||
|
||||
file delete -force ${tmp}/2
|
||||
|
Loading…
x
Reference in New Issue
Block a user