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/")) {
src/main/resources/eu/etaxonomy/dataportal/DataPortalTest.xml
11 11
  -->
12 12
  <entry key="dataPortalContext.cichorieae.siteUri">http://int.e-taxonomy.eu/dataportal/integration/cichorieae/</entry>
13 13
  <entry key="dataPortalContext.cichorieae.siteName">Cichorieae Portal</entry>
14
  <entry key="dataPortalContext.cichorieae.drupalRoot">/var/www/drupal-7</entry>
14
  <entry key="dataPortalContext.cichorieae.drupalRoot">/var/www/drupal-7-cdm-dataportal/web</entry>
15 15
<!--   <entry key="dataPortalContext.cichorieae.sshHost">edit-int</entry> -->
16 16
<!--   <entry key="dataPortalContext.cichorieae.sshUser">test-user</entry> -->
17 17

  
18 18
  <entry key="dataPortalContext.palmae.siteUri">http://int.e-taxonomy.eu/dataportal/integration/palmae/</entry>
19 19
  <entry key="dataPortalContext.palmae.siteName">PALMweb</entry>
20
  <entry key="dataPortalContext.palmae.drupalRoot">/var/www/drupal-7</entry>
20
  <entry key="dataPortalContext.palmae.drupalRoot">/var/www/drupal-7-cdm-dataportal/web</entry>
21 21
<!--   <entry key="dataPortalContext.palmae.sshHost">edit-int</entry> -->
22 22
<!--   <entry key="dataPortalContext.palmae.sshUser">test-user</entry> -->
23 23
  
24 24
  <entry key="dataPortalContext.cyprus.siteUri">http://int.e-taxonomy.eu/dataportal/integration/cyprus/</entry>
25 25
  <entry key="dataPortalContext.cyprus.siteName">Flora of Cyprus — a dynamic checklist</entry>
26
  <entry key="dataPortalContext.cyprus.drupalRoot">/var/www/drupal-7</entry>
26
  <entry key="dataPortalContext.cyprus.drupalRoot">/var/www/drupal-7-cdm-dataportal/web</entry>
27 27
<!--   <entry key="dataPortalContext.cyprus.sshHost">edit-int</entry> -->
28 28
<!--   <entry key="dataPortalContext.cyprus.sshUser">test-user</entry> -->
29 29

  
30 30
  <entry key="dataPortalContext.floramalesiana.siteUri">http://int.e-taxonomy.eu/dataportal/integration/flora-malesiana/</entry>
31 31
  <entry key="dataPortalContext.floramalesiana.siteName">Flora Malesiana</entry>
32
  <entry key="dataPortalContext.floramalesiana.drupalRoot">/var/www/drupal-7</entry>
32
  <entry key="dataPortalContext.floramalesiana.drupalRoot">/var/www/drupal-7-cdm-dataportal/web</entry>
33 33
<!--   <entry key="dataPortalContext.floramalesiana.sshHost">edit-int</entry> -->
34 34
<!--   <entry key="dataPortalContext.floramalesiana.sshUser">test-user</entry> -->
35 35

  
36 36
  <entry key="dataPortalContext.diptera.siteUri">http://int.e-taxonomy.eu/dataportal/integration/diptera/</entry>
37 37
  <entry key="dataPortalContext.diptera.siteName">Diptera Portal: Milichiidae</entry>
38
  <entry key="dataPortalContext.diptera.drupalRoot">/var/www/drupal-7</entry>
38
  <entry key="dataPortalContext.diptera.drupalRoot">/var/www/drupal-7-cdm-dataportal/web</entry>
39 39
<!--   <entry key="dataPortalContext.diptera.sshHost">edit-int</entry> -->
40 40
<!--   <entry key="dataPortalContext.diptera.sshUser">test-user</entry> -->
41 41

  
42 42
  <entry key="dataPortalContext.reference.siteUri">http://int.e-taxonomy.eu/dataportal/integration/reference</entry>
43 43
  <entry key="dataPortalContext.reference.siteName">Integration test reference</entry>
44
  <entry key="dataPortalContext.reference.drupalRoot">/var/www/drupal-7</entry>
44
  <entry key="dataPortalContext.reference.drupalRoot">/var/www/drupal-7-cdm-dataportal/web</entry>
45 45
<!--   <entry key="dataPortalContext.reference.sshHost">edit-int</entry> -->
46 46
<!--   <entry key="dataPortalContext.reference.sshUser">test-user</entry> -->
47 47
  

Also available in: Unified diff