1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/collections/n/arrayMove
msv 395a5977d5 0029777: Foundation Classes - The methods of moving of one NCollection_Sequence to another are unsafe
Make the methods Append, Prepend, InsertBefore and InsertAfter, which take another sequence as an argument, copying the sequence instead of joining if the allocators are different.

Add test cases for collection classes.
2018-06-14 14:03:04 +03:00

5 lines
112 B
Plaintext

puts "Check moving of NCollection_Array1 functionality"
puts "REQUIRED ALL: Error at item"
QANColTestArrayMove