minor
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / java / eu / etaxonomy / taxeditor / newWizard / NewTaxonWizardTest.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