1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-01 10:26:12 +03:00
occt/tests/bugs/fclasses/bug26448
abv e5db9d8f50 0026448: Method Prepend() of sequence breaks it if argument is empty sequence
Check for empty input sequence added in methods Append() and Prepend() of TCollection and NCollection sequences.

Test bugs fclasses bug26448 added
2015-08-21 10:58:45 +03:00

11 lines
306 B
Plaintext

puts "============"
puts "OCC26448"
puts "============"
puts ""
#######################################################################
# Method Prepend() of sequence breaks it if argument is empty sequence
#######################################################################
pload QAcommands
OCC26448