[jbosstools-commits] JBoss Tools SVN: r39872 - in trunk/cdi/tests/org.jboss.tools.cdi.bot.test: src/org/jboss/tools/cdi/bot/test and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Mar 28 08:18:17 EDT 2012
Author: jjankovi
Date: 2012-03-28 08:18:16 -0400 (Wed, 28 Mar 2012)
New Revision: 39872
Removed:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/todo.txt
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/CDIAllBotTests.java
Log:
Small comments - not important
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/CDIAllBotTests.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/CDIAllBotTests.java 2012-03-28 12:17:14 UTC (rev 39871)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/CDIAllBotTests.java 2012-03-28 12:18:16 UTC (rev 39872)
@@ -59,7 +59,9 @@
*/
@RunWith(RequirementAwareSuite.class)
@SuiteClasses({
-// PerspectiveTest.class,
+// not included in JBDS anymore
+// PerspectiveTest.class,
+
ConfigurationPresetTest.class,
FacetTest.class,
CDISupportTest.class,
Deleted: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/todo.txt
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/todo.txt 2012-03-28 12:17:14 UTC (rev 39871)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/todo.txt 2012-03-28 12:18:16 UTC (rev 39872)
@@ -1,40 +0,0 @@
-
- what tests have to be done(JBDS50_0010):
- * Validations works good for Inconsistent specialization,
- Ambiguous EL names, Unproxyable bean types, Decorator resolution
- * Create new decorator from existing Web Bean
-
- what tests have to be done(JBDS50_0015):
- * OpenOn works for injected classes
- * OpenOn works in Seam Config for given beans
- * OpenOn works for Bean injected into java source files declard in seam-config.xml can be navigated
- * Seam-beans.xml validation works
- * Seam3 not-trivial example works with JBDS without errors and as expected
- * Wel extension(beans_1_1.xsd) is now supported by beans.xml editor
- * Non-serializable passivating-scoped beans are now validated correctly
- * Code completion and validation works in seam config for annotated CDI beans
- * Seam3 features is enabled automatically for CDI support enabled project containing corresponding Seam module
- * CDI supports Seam3 annotations (@Veto, at Requires, at Exact, at MessageLogger, at MessageBundle
- @DefaultBean, at Unwraps, at ServiceHandlerType, at FullyQualified, at Resource)
- * CDI tools can work with generic beans and validation, code completion, hyperlinks,
- refactoring is working as expected
-
-
-UI tests to implement for CDI (based on F2F meeting)
-
-hyperlinks (...open ons etc)
-quickfixes
-completion
-uieditor for seam-config
-.
-.
-(cdi model from can be obtained from tests, check them).
-.
-.
-
-.
-.
-.
-.
-.
-validation
\ No newline at end of file
More information about the jbosstools-commits
mailing list