Skip to content

Commit

Permalink
Split tests which just use CDI api into unit.annotated, cause these t…
Browse files Browse the repository at this point in the history
…ests to run

git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@3553 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Aug 18, 2009
1 parent b8446ec commit 40c1440
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
@@ -0,0 +1,6 @@
package org.jboss.webbeans.test.unit.annotated;


public class Child extends Parent
{
}
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.webbeans.test.unit.implementation.annotatedItem;
package org.jboss.webbeans.test.unit.annotated;

import javax.enterprise.inject.spi.AnnotatedField;
import javax.enterprise.inject.spi.AnnotatedMethod;
Expand Down
@@ -1,4 +1,4 @@
package org.jboss.webbeans.test.unit.implementation.annotatedItem;
package org.jboss.webbeans.test.unit.annotated;
public class Parent
{
int parent;
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions tests/unit-tests.xml
Expand Up @@ -23,6 +23,7 @@
<package name="org.jboss.webbeans.test.unit.activities" />
<package name="org.jboss.webbeans.test.unit.activities.current" />
<package name="org.jboss.webbeans.test.unit.activities.child" />
<package name="org.jboss.webbeans.test.unit.annotated" />
<package name="org.jboss.webbeans.test.unit.bootstrap" />
<package name="org.jboss.webbeans.test.unit.bootstrap.environments" />
<package name="org.jboss.webbeans.test.unit.bootstrap.environments.multipleEnterprise" />
Expand Down

0 comments on commit 40c1440

Please sign in to comment.