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

0031769: Application Framework - regression : can not initialize two kinds of application in one thread

This commit is contained in:
mpv
2020-09-15 16:20:01 +03:00
committed by bugmaster
parent 296f017a16
commit ee3280a94f
2 changed files with 17 additions and 1 deletions

6
tests/bugs/caf/bug31769 Normal file
View File

@@ -0,0 +1,6 @@
puts "==========="
puts "0031769: Application Framework - regression : can not initialize two kinds of application in one thread"
puts "==========="
# loading of ALL initializes TDOCStd_Application, loading TOBJ initializes TObj_Application
pload ALL TOBJ