1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

Adjusting testing cases

This commit is contained in:
apn 2013-01-14 16:38:44 +04:00
parent 61c421bffa
commit 746bb46a41
10 changed files with 26 additions and 13 deletions

View File

@ -1,3 +1,5 @@
puts "TODO ?OCC12345 ALL: OCC309: ERROR 2"
puts "================" puts "================"
puts "OCC309" puts "OCC309"
puts "================" puts "================"
@ -21,8 +23,12 @@ if { ${ll} != 2 } {
set res1 [ string range $result1 1 [expr [string length $result1] -3 ] ] set res1 [ string range $result1 1 [expr [string length $result1] -3 ] ]
set res2 [ string range $result2 1 [expr [string length $result2] -3 ] ] set res2 [ string range $result2 1 [expr [string length $result2] -3 ] ]
} else { } else {
set res1 [ string range $result1 1 [expr [string length $result1] -2 ] ] set info [pwd]
set res2 [ string range $result1 1 [expr [string length $result2] -8 ] ] 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} { if {[string compare ${res1} "${CurrentDirectory}"] == 0} {
puts "OCC309: OK 1" puts "OCC309: OK 1"

View File

@ -1,6 +1,6 @@
puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_" 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: Error : The square of result shape is"
puts "TODO ?OCC12345 ALL: TEST ICOMPLETE" puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
puts "========" puts "========"
puts "OCC770" puts "OCC770"

View File

@ -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 "============"
puts "OCC10603" puts "OCC10603"
puts "============" puts "============"

View File

@ -3,8 +3,8 @@
### set os $env(os_type) ### set os $env(os_type)
###} ###}
###if { [string compare $os "windows"] == 0 } { ###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 : 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 : The style of edge is NOT dash"
### by apn: Image is not correct on WNT ### by apn: Image is not correct on WNT
###} ###}

View File

@ -1,11 +1,7 @@
if { [array get env os_type] != "" } { puts "TODO ?OCC12345 ALL: An exception was caught"
set os $env(os_type) puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
} puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
if { [string compare $os "windows"] != 0 } { puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
puts "TODO OCC12345 ALL: An exception was caught"
puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO OCC12345 ALL: TEST INCOMPLETE"
}
puts "===========" puts "==========="
puts "BUC60915" puts "BUC60915"

View File

@ -1,3 +1,5 @@
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
puts "========================" puts "========================"
puts "OCC137" puts "OCC137"
puts "========================" puts "========================"

View File

@ -1,3 +1,5 @@
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
puts "========================" puts "========================"
puts "OCC137" puts "OCC137"
puts "========================" puts "========================"

View File

@ -1,3 +1,5 @@
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
puts "========================" puts "========================"
puts "OCC137" puts "OCC137"
puts "========================" puts "========================"

View File

@ -1,3 +1,5 @@
puts "TODO ?OCC12345 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"
puts "========================" puts "========================"
puts "OCC137" puts "OCC137"
puts "========================" puts "========================"

View File

@ -1,6 +1,7 @@
puts "TODO ?OCC12345 ALL: An exception was caught" puts "TODO ?OCC12345 ALL: An exception was caught"
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*" puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE" 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 "================"
puts "OCC74" puts "OCC74"