mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
SSL mode is activated by default
This commit is contained in:
parent
b935211a7e
commit
93a0887a8c
@ -7,8 +7,6 @@ import sys
|
||||
import salome
|
||||
|
||||
import os
|
||||
salome.standalone() # <- key point of test is here
|
||||
salome.salome_init()
|
||||
import salome_notebook
|
||||
notebook = salome_notebook.NoteBook()
|
||||
|
||||
|
@ -5,7 +5,6 @@ Most basic test of SHAPE/SMESH usecase, but it can be tested without any session
|
||||
|
||||
import sys
|
||||
import salome
|
||||
salome.standalone() # <- key point of test is here
|
||||
salome.salome_init()
|
||||
|
||||
#from salome.shaper import initConfig
|
||||
|
@ -11,7 +11,6 @@ class SMESHExportOfFieldsInMemory(unittest.TestCase):
|
||||
"""
|
||||
Test focuses on ExportMEDCoupling method in the context of MED_CELL field output.
|
||||
"""
|
||||
salome.standalone()
|
||||
salome.salome_init()
|
||||
###
|
||||
### SHAPER component
|
||||
|
Loading…
Reference in New Issue
Block a user