Project

General

Profile

« Previous | Next » 

Revision 7cfdd498

Added by Andreas Müller almost 2 years ago

minor

View differences:

cdmlib-services/src/test/java/eu/etaxonomy/cdm/test/function/TestModelUpdate.java
130 130
	 * Requires that the local path to the database is adapted
131 131
	 */
132 132
	private void updateRemoteWebappTestH2(){
133
	    System.out.println("Update remoteWebappTestH2");
133 134
	    String pathToProject = "C:\\Users\\a.mueller\\eclipse\\git\\cdmlib\\cdmlib-remote-webapp\\";
134 135
	    updateH2(pathToProject);
135 136
	}
......
139 140
     * Requires that the local path to the database is adapted
140 141
     */
141 142
    private void updateTaxEditorH2(){
143
        System.out.println("Update TaxEditorTestH2");
142 144
        String pathToProject = "C:\\Users\\a.mueller\\eclipse\\git\\taxeditor2\\eu.etaxonomy.taxeditor.test\\";
143 145
        updateH2(pathToProject);
144 146
    }
......
148 150
     * Requires that the local path to the database is adapted
149 151
     */
150 152
    private void updateVaadinH2(){
153
        System.out.println("Update VaadinTestH2");
151 154
        String pathToProject = "C:\\Users\\a.mueller\\eclipse\\git\\cdm-vaadin2\\";
152 155
        updateH2(pathToProject);
153 156
    }

Also available in: Unified diff