protected Session getSession()

in base/src/main/java/org/apache/sling/performance/AbstractRepositoryTest.java [74:79]


    protected Session getSession() throws RepositoryException, NamingException {
        if(session == null) {
            session = getRepository().loginAdministrative(null);
        }
        return session;
    }