1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-26 11:05:31 +03:00
occt/tests/bugs/caf/bug361
szy d01cc61d44 0024755: TDF_Label::AddAttribute() reverses the order of added attributes
Test case and new draw command for issue CR24755
Fix of regression linked with test case bug24047.
Fix of bug361 regression on Linux.
2014-04-10 17:51:32 +04:00

16 lines
195 B
Plaintext
Executable File

puts "================="
puts "OCC361"
puts "BUC60995"
puts "================="
pload QAcommands
NewDocument D MDTV-Standard
if { [catch { OCC361 D }] } {
puts "OCC361: Error"
}
Close D