Project

General

Profile

« Previous | Next » 

Revision 68f3f710

Added by Andreas Müller over 2 years ago

minor

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonWizardTest.java
1 1
/**
2
 *
3
 */
2
* Copyright (C) 2015 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
4 9
package eu.etaxonomy.taxeditor.newWizard;
5 10

  
6
import junit.framework.Assert;
7

  
8
import org.eclipse.swtbot.eclipse.finder.waits.Conditions;
11
import org.eclipse.swtbot.swt.finder.waits.Conditions;
9 12
import org.eclipse.swtbot.swt.finder.widgets.SWTBotButton;
13
import org.junit.Assert;
10 14
import org.junit.Ignore;
11 15
import org.junit.Test;
12 16

  
......
14 18

  
15 19
/**
16 20
 * @author n.hoffmann
17
 *
18 21
 */
19 22
@Ignore
20 23
public class NewTaxonWizardTest extends AbstractEditorTest {
......
50 53
//		bot.waitUntil(Conditions.waitForEditor(WithPartId.withPartId(MultiPageTaxonEditor.ID)));
51 54
//		Assert.assertEquals(newTaxonName, bot.activeEditor().getTitle());
52 55
	}
53

  
54

  
55

  
56

  
57
}
56
}

Also available in: Unified diff