From: nri Date: Wed, 16 Jul 2003 15:52:54 +0000 (+0000) Subject: NRI : path correction for library. X-Git-Tag: V1_4_0~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=49cddbbba0e946694592684565ca0d89371996db;p=modules%2Fkernel.git NRI : path correction for library. --- diff --git a/src/TestContainer/TestContainer.cxx b/src/TestContainer/TestContainer.cxx index 8e7ffe1bc..14de77051 100644 --- a/src/TestContainer/TestContainer.cxx +++ b/src/TestContainer/TestContainer.cxx @@ -69,7 +69,7 @@ int main (int argc, char * argv[]) { INFOS("----------------------------------------------------" << iter); string dirn = getenv("SALOME_ROOT_DIR"); - dirn += "/lib/libSalomeTestComponentEngine.so"; + dirn += "/lib/salome/libSalomeTestComponentEngine.so"; obj = iGenFact->load_impl("SalomeTestComponent",dirn.c_str()); m1 = Engines::TestComponent::_narrow(obj); INFOS("recup m1");