Commit a0ecc2e 1 parent b36fcea commit a0ecc2e Copy full SHA for a0ecc2e
File tree 2 files changed +4
-3
lines changed
impl/src/main/java/org/jboss/cdi/tck/tests/full/context
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- package org .jboss .cdi .tck .tests .context ;
17
+ package org .jboss .cdi .tck .tests .full . context ;
18
18
19
+ import static org .jboss .cdi .tck .TestGroups .CDI_FULL ;
19
20
import static org .jboss .cdi .tck .cdi .Sections .CONTEXT ;
20
21
21
22
import jakarta .enterprise .context .RequestScoped ;
@@ -45,7 +46,7 @@ public static WebArchive createTestArchive() {
45
46
return new WebArchiveBuilder ().withTestClassPackage (DestroyForSameCreationalContext2Test .class ).build ();
46
47
}
47
48
48
- @ Test
49
+ @ Test ( groups = CDI_FULL )
49
50
@ SpecAssertion (section = CONTEXT , id = "r" )
50
51
public void testDestroyForSameCreationalContextOnly () {
51
52
// Check that the mock cc is called (via cc.release()) when we request a context destroyed
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- package org .jboss .cdi .tck .tests .context ;
17
+ package org .jboss .cdi .tck .tests .full . context ;
18
18
19
19
import jakarta .enterprise .context .spi .Contextual ;
20
20
import jakarta .enterprise .context .spi .CreationalContext ;
You can’t perform that action at this time.
0 commit comments