[webbeans-commits] Webbeans SVN: r3361 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/any.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jul 30 04:35:45 EDT 2009


Author: jharting
Date: 2009-07-30 04:35:45 -0400 (Thu, 30 Jul 2009)
New Revision: 3361

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/any/AnyInjectionTest.java
Log:
Matched test with assertion

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/any/AnyInjectionTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/any/AnyInjectionTest.java	2009-07-30 00:00:31 UTC (rev 3360)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/lookup/injection/any/AnyInjectionTest.java	2009-07-30 08:35:45 UTC (rev 3361)
@@ -1,13 +1,33 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.jboss.jsr299.tck.tests.lookup.injection.any;
 
 import org.jboss.jsr299.tck.AbstractJSR299Test;
+import org.jboss.test.audit.annotations.SpecAssertion;
+import org.jboss.test.audit.annotations.SpecVersion;
 import org.jboss.testharness.impl.packaging.Artifact;
 import org.testng.annotations.Test;
 
 @Artifact
+ at SpecVersion("20090625")
 public class AnyInjectionTest extends AbstractJSR299Test
 {
    @Test
+   @SpecAssertion(section = "2.3.1", id = "a0")
    public void testAnyInjectionIfExactlyOneBeanForType()
    {
       assert getInstanceByType(Customer.class).drink != null;




More information about the weld-commits mailing list