@SuppressWarnings( "unused" )
private void readElementTest( String instanceId ) {
HibernateUtil.beginTransaction();
IRuntimeRepository repo = new RuntimeRepository();
repo.setSession( getPentahoSession() );
RuntimeElement re = (RuntimeElement) repo.loadElementById( instanceId, null );
checkValue( Messages.getInstance().getString( "RUNTIMEREPOTEST.SALES_SOLUTION" ), re.getSolutionId() ); //$NON-NLS-1$
checkValue( longString.toString(), re.getStringProperty( Messages.getInstance().getString(
"RUNTIMEREPOTEST.LONG_STRING_KEY" ) ) ); //$NON-NLS-1$
checkValue(
Messages.getInstance().getString( "RUNTIMEREPOTEST.SHORT_STRING_VALUE" ), re.getStringProperty( Messages.getInstance().getString( "RUNTIMEREPOTEST.SHORT_STRING_KEY" ) ) ); //$NON-NLS-1$ //$NON-NLS-2$