Skip to content

Commit

Permalink
Move contexts test into own package.
Browse files Browse the repository at this point in the history
Update dependent context tests to 20081206

git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@514 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
nickarls committed Dec 13, 2008
1 parent d1dc2d4 commit 7b0ee16
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 158 deletions.

This file was deleted.

@@ -1,4 +1,4 @@
package org.jboss.webbeans.test;
package org.jboss.webbeans.test.contexts;

import static org.jboss.webbeans.util.BeanFactory.createProducerMethodBean;
import static org.jboss.webbeans.util.BeanFactory.createSimpleBean;
Expand All @@ -12,6 +12,9 @@
import org.jboss.webbeans.bean.ProducerMethodBean;
import org.jboss.webbeans.bean.SimpleBean;
import org.jboss.webbeans.contexts.DependentContext;
import org.jboss.webbeans.test.AbstractTest;
import org.jboss.webbeans.test.SpecAssertion;
import org.jboss.webbeans.test.SpecVersion;
import org.jboss.webbeans.test.beans.Fox;
import org.jboss.webbeans.test.beans.FoxRun;
import org.jboss.webbeans.test.beans.SpiderProducer;
Expand Down
@@ -1,4 +1,4 @@
package org.jboss.webbeans.test;
package org.jboss.webbeans.test.contexts;

import static org.jboss.webbeans.util.BeanFactory.createProducerMethodBean;
import static org.jboss.webbeans.util.BeanFactory.createSimpleBean;
Expand All @@ -13,6 +13,9 @@
import org.jboss.webbeans.bean.SimpleBean;
import org.jboss.webbeans.contexts.AbstractContext;
import org.jboss.webbeans.contexts.RequestContext;
import org.jboss.webbeans.test.AbstractTest;
import org.jboss.webbeans.test.SpecAssertion;
import org.jboss.webbeans.test.SpecVersion;
import org.jboss.webbeans.test.beans.SpiderProducer;
import org.jboss.webbeans.test.beans.Tarantula;
import org.jboss.webbeans.test.beans.Tuna;
Expand Down

0 comments on commit 7b0ee16

Please sign in to comment.