minor
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 12 Jan 2022 22:59:12 +0000 (23:59 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 12 Jan 2022 22:59:12 +0000 (23:59 +0100)
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonWizardTest.java
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/selection/AbstractSelectionElementTest.java
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/selection/ClassificationSelectionElementTest.java
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/selection/NameSelectionElementTest.java
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/selection/TaxonNodeSelectionElementTest.java
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/selection/TaxonSelectionElementTest.java
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/util/H2DbSupport.java

index a1ac7615f6ef58f582b6190a36fea3275e0a797c..89fbcb32bada36086c1df10e7961039620001a75 100644 (file)
@@ -1,12 +1,16 @@
 /**\r
- *\r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.newWizard;\r
 \r
-import junit.framework.Assert;\r
-\r
-import org.eclipse.swtbot.eclipse.finder.waits.Conditions;\r
+import org.eclipse.swtbot.swt.finder.waits.Conditions;\r
 import org.eclipse.swtbot.swt.finder.widgets.SWTBotButton;\r
+import org.junit.Assert;\r
 import org.junit.Ignore;\r
 import org.junit.Test;\r
 \r
@@ -14,7 +18,6 @@ import eu.etaxonomy.taxeditor.test.AbstractEditorTest;
 \r
 /**\r
  * @author n.hoffmann\r
- *\r
  */\r
 @Ignore\r
 public class NewTaxonWizardTest extends AbstractEditorTest {\r
@@ -50,8 +53,4 @@ public class NewTaxonWizardTest extends AbstractEditorTest {
 //             bot.waitUntil(Conditions.waitForEditor(WithPartId.withPartId(MultiPageTaxonEditor.ID)));\r
 //             Assert.assertEquals(newTaxonName, bot.activeEditor().getTitle());\r
        }\r
-\r
-\r
-\r
-\r
-}\r
+}
\ No newline at end of file
index adccccfe38ebdfebd567e8f535896741851c3daa..46f922715036ee50187b1daf9ed03a81b03a9362 100644 (file)
@@ -1,6 +1,11 @@
 /**\r
- * \r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.ui.selection;\r
 \r
 import org.junit.After;\r
@@ -8,20 +13,18 @@ import org.junit.After;
 import eu.etaxonomy.taxeditor.test.AbstractEditorTest;\r
 \r
 /**\r
- * This test will only test the selection element itself. The test may have to start other \r
- * dialogs open windows before to get at the selection element. Any errors on the way \r
+ * This test will only test the selection element itself. The test may have to start other\r
+ * dialogs open windows before to get at the selection element. Any errors on the way\r
  * should be handled by different tests.\r
- * \r
+ *\r
  * @author n.hoffmann\r
  *\r
  */\r
 public abstract class AbstractSelectionElementTest extends AbstractEditorTest{\r
 \r
-       \r
-\r
        @After\r
        public void tearDown() {\r
                utils.cancel();\r
        }\r
-       \r
+\r
 }\r
index 233cd8127bf2f25099f3e8adc86d0004cfbc2a59..6bb2f2df455b2c9bebecad00b21dac724614636d 100644 (file)
@@ -1,6 +1,11 @@
 /**\r
- *\r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.ui.selection;\r
 \r
 import org.eclipse.swtbot.eclipse.finder.waits.Conditions;\r
@@ -17,7 +22,8 @@ import org.junit.Test;
  */\r
 @Ignore\r
 public class ClassificationSelectionElementTest extends AbstractSelectionElementTest{\r
-       @Override\r
+\r
+    @Override\r
        public void setup() {\r
                super.setup();\r
                bot.menu("General").menu("New").menu("Taxon").click();\r
index 1f1badc2c7e28f91f3d2e228ef38a8cfd175b1fd..da607b5c606c442df2c1cb7c0cffedd4ae068f57 100644 (file)
@@ -1,9 +1,14 @@
 /**\r
- *\r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.ui.selection;\r
 \r
-import org.eclipse.swtbot.eclipse.finder.waits.Conditions;\r
+import org.eclipse.swtbot.swt.finder.waits.Conditions;\r
 import org.junit.Ignore;\r
 import org.junit.Test;\r
 \r
@@ -13,7 +18,8 @@ import org.junit.Test;
  */\r
 @Ignore\r
 public class NameSelectionElementTest extends AbstractSelectionElementTest {\r
-       @Override\r
+\r
+    @Override\r
        public void setup() {\r
                super.setup();\r
                bot.menu("General").menu("New").menu("Taxon").click();\r
index 16697a4857268e186a3407d59b5dc259216e67b3..89c6f01641cc9f8c768691675b2cd01f8aa1cfd6 100644 (file)
@@ -1,6 +1,11 @@
 /**\r
- *\r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.ui.selection;\r
 \r
 import org.eclipse.swtbot.eclipse.finder.waits.Conditions;\r
index fef3859f671d184031b2fee83fc7c9882e015722..e5a2a98808e1fa99ea90ec32bd72f80734743e92 100644 (file)
@@ -1,6 +1,11 @@
 /**\r
- *\r
- */\r
+* Copyright (C) 2015 EDIT\r
+* European Distributed Institute of Taxonomy\r
+* http://www.e-taxonomy.eu\r
+*\r
+* The contents of this file are subject to the Mozilla Public License Version 1.1\r
+* See LICENSE.TXT at the top of this package for the full license terms.\r
+*/\r
 package eu.etaxonomy.taxeditor.ui.selection;\r
 \r
 import org.eclipse.swtbot.eclipse.finder.waits.Conditions;\r
index 2dddbf52e92c6eb6546ae0e5b9168cdb06dba09a..9f4f14029ff36002a68f0d71250a6e7c9fa78850 100644 (file)
@@ -1,17 +1,23 @@
+/**
+* Copyright (C) 2015 EDIT
+* European Distributed Institute of Taxonomy
+* http://www.e-taxonomy.eu
+*
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
 package eu.etaxonomy.taxeditor.util;
 
 /**
  * based on from http://code.google.com/p/java-tester/source/browse/trunk/src/main/java/org/jtester/unitils/database/H2DbSupport.java
  */
-
-
 import java.util.Set;
 
 import org.unitils.core.dbsupport.DbSupport;
 
 public class H2DbSupport extends DbSupport {
         /**
-         * Creates support for HsqlDb databases.
+         * Creates support for H2 databases.
          */
         public H2DbSupport() {
                 super("h2");