#include "NamingServiceTest.hxx"#include "Utils_ORB_INIT.hxx"#include "Utils_SINGLETON.hxx"#include "Basics_Utils.hxx"#include "Basics_DirUtils.hxx"#include "SALOME_LifeCycleCORBA.hxx"#include "utilities.h"#include <iostream>#include <fstream>#include <string>#include <cstdlib>#include <cstdio>
Macros | |
| #define | MYDEVTRACE |
| #define | DEVTRACE(msg) |
| #define | NB_OBJS 10 |
| Test register and resolve multiple objects, test resolveFirst. More... | |
| #define DEVTRACE | ( | msg | ) |
| #define MYDEVTRACE |
| #define NB_OBJS 10 |
Test register and resolve multiple objects, test resolveFirst.
Register a few objects in /nstestfirst/echo_n where n is the object id. Resolve all the objects. ResolveFirst /nstestfirst/echo must give /nstestfirst/echo_i, corresponding to the first object.
Referenced by NamingServiceTest::testResolveFirst(), and NamingServiceTest::testResolveFirstRelative().