Project

General

Profile

« Previous | Next » 

Revision 53bfedc2

Added by Andreas Kohlbecker almost 3 years ago

adapting test suite to new installation package structure

View differences:

src/main/java/eu/etaxonomy/drush/DrushExecuter.java
361 361
            }
362 362
            // testing remote execution via ssh
363 363
            dex.sshHost = "edit-int";
364
            dex.setDrupalRoot(new File("/var/www/drupal-7"));
364
            dex.setDrupalRoot(new File("/var/www/drupal-7-cdm-dataportal/web"));
365 365
            dex.setSiteURI(new URI("http://int.e-taxonomy.eu/dataportal/integration/cyprus"));
366 366
            results = dex.execute(variableGet, "cdm_webservice_url");
367 367
            if (!results.get(0).equals("http://int.e-taxonomy.eu/cdmserver/integration_cyprus/")) {

Also available in: Unified diff