mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
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
|