mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Check for empty input sequence added in methods Append() and Prepend() of TCollection and NCollection sequences. Test bugs fclasses bug26448 added
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
puts "============"
|
|
puts "OCC26448"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Method Prepend() of sequence breaks it if argument is empty sequence
|
|
#######################################################################
|
|
|
|
pload QAcommands
|
|
OCC26448
|