mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adjusting testing cases
This commit is contained in:
parent
61c421bffa
commit
746bb46a41
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC12345 ALL: OCC309: ERROR 2"
|
||||
|
||||
puts "================"
|
||||
puts "OCC309"
|
||||
puts "================"
|
||||
@ -21,8 +23,12 @@ if { ${ll} != 2 } {
|
||||
set res1 [ string range $result1 1 [expr [string length $result1] -3 ] ]
|
||||
set res2 [ string range $result2 1 [expr [string length $result2] -3 ] ]
|
||||
} else {
|
||||
set res1 [ string range $result1 1 [expr [string length $result1] -2 ] ]
|
||||
set res2 [ string range $result1 1 [expr [string length $result2] -8 ] ]
|
||||
set info [pwd]
|
||||
set CurrentDirectory [string range $info 2 end]
|
||||
set info2 [file dirname ${CurrentDirectory}]
|
||||
set UpTrek [file dirname ${CurrentDirectory}]
|
||||
set res1 [ string range $result1 3 [expr [string length $result1] -2 ] ]
|
||||
set res2 [ string range $result2 3 [expr [string length $result2] -2 ] ]
|
||||
}
|
||||
if {[string compare ${res1} "${CurrentDirectory}"] == 0} {
|
||||
puts "OCC309: OK 1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "TODO ?OCC12345 ALL: Error : The square of result shape is"
|
||||
puts "TODO ?OCC12345 ALL: TEST ICOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
|
||||
puts "========"
|
||||
puts "OCC770"
|
||||
|
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC10603 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "TODO ?OCC10603 ALL: Error : Result shape is WRONG because it must contains"
|
||||
puts "============"
|
||||
puts "OCC10603"
|
||||
puts "============"
|
||||
|
@ -3,8 +3,8 @@
|
||||
### set os $env(os_type)
|
||||
###}
|
||||
###if { [string compare $os "windows"] == 0 } {
|
||||
### puts "TODO OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
### puts "TODO OCC12345 ALL: Error : The style of edge is NOT dash"
|
||||
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
puts "TODO ?OCC12345 ALL: Error : The style of edge is NOT dash"
|
||||
### by apn: Image is not correct on WNT
|
||||
###}
|
||||
|
||||
|
@ -1,11 +1,7 @@
|
||||
if { [array get env os_type] != "" } {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if { [string compare $os "windows"] != 0 } {
|
||||
puts "TODO OCC12345 ALL: An exception was caught"
|
||||
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
|
||||
}
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
|
||||
puts "==========="
|
||||
puts "BUC60915"
|
||||
|
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
|
||||
puts "========================"
|
||||
puts "OCC137"
|
||||
puts "========================"
|
||||
|
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
|
||||
puts "========================"
|
||||
puts "OCC137"
|
||||
puts "========================"
|
||||
|
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
|
||||
puts "========================"
|
||||
puts "OCC137"
|
||||
puts "========================"
|
||||
|
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
|
||||
|
||||
puts "========================"
|
||||
puts "OCC137"
|
||||
puts "========================"
|
||||
|
@ -1,6 +1,7 @@
|
||||
puts "TODO ?OCC12345 ALL: An exception was caught"
|
||||
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
||||
puts "TODO ?OCC12345 ALL: Colors are not equal in default coordinate and in the near coordinates too"
|
||||
|
||||
puts "================"
|
||||
puts "OCC74"
|
||||
|
Loading…
x
Reference in New Issue
Block a user