mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
Possibility to read shapes and OCAF documents from old persistence format (Std and StdL schema) is restored. Test cases used old persistent files on input are restored with suffix "_std" Removing toolkit from OS package
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
puts "==========="
|
|
puts "BUC60867"
|
|
puts "==========="
|
|
|
|
pload QAcommands
|
|
|
|
set ResultError [ BUC60867 [locate_data_file BUC60756_Doc.std] ]
|
|
|
|
if { [regexp "0" $ResultError] != 1 } {
|
|
puts "Error : 1"
|
|
}
|
|
|