mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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"
|
|
}
|
|
|