1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

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
This commit is contained in:
abv
2015-07-16 00:34:02 +03:00
parent adc33035ae
commit fac9298e2b
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
puts "============"
puts "OCC26448"
puts "============"
puts ""
#######################################################################
# Method Prepend() of sequence breaks it if argument is empty sequence
#######################################################################
pload QAcommands
OCC26448