mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- Extended command Close with an option -silent - Extended command Close to handle */-ALL for closing ALL document - Replaced catch {Close D} by Close D -silent in tests
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
puts "=========="
|
|
puts "OCC28887 Test case for Standard_ArrayStreamBuffer class - streaming interface for reading from allocated memory block"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
pload QAcommands VISUALIZATION DCAF
|
|
Close Doc -silent
|
|
OCC28887 [locate_data_file bug23384-doc_subshapes.xbf] doc
|
|
|
|
vclear
|
|
vclose ALL
|
|
XShow doc
|
|
vaxo
|
|
vfit
|
|
vsetdispmode 1
|
|
vdump $::imagedir/${::casename}.png
|