[jbosstools-commits] JBoss Tools SVN: r41970 - trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jun 14 08:46:29 EDT 2012
Author: jjankovi
Date: 2012-06-14 08:46:29 -0400 (Thu, 14 Jun 2012)
New Revision: 41970
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/UserLibrariesFilesetTest.java
Log:
remove @Ignore annotation in archive bot test -> test yet unimplemented feature
Modified: trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/UserLibrariesFilesetTest.java
===================================================================
--- trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/UserLibrariesFilesetTest.java 2012-06-14 12:42:49 UTC (rev 41969)
+++ trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/UserLibrariesFilesetTest.java 2012-06-14 12:46:29 UTC (rev 41970)
@@ -21,7 +21,6 @@
import org.jboss.tools.ui.bot.ext.gen.IPreference;
import org.jboss.tools.ui.bot.ext.types.IDELabel;
import org.junit.BeforeClass;
-import org.junit.Ignore;
import org.junit.Test;
/**
@@ -60,8 +59,8 @@
/* test if folder was created */
assertItemExistsInView(view, projectName, ARCHIVE_PATH, USER_LIBRARY_1);
}
- @Ignore // not implemented in tools yet
- @Test
+
+ @Test // not implemented in tools yet
public void testCreatingUserLibraryFileSetInExplorer() {
/* prepare view for testing */
ProjectArchivesExplorer explorer = explorerForProject(projectName);
More information about the jbosstools-commits
mailing list