[jboss-cvs] aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test ...

Kabir Khan kkhan at jboss.com
Wed Jul 19 14:22:15 EDT 2006


  User: kkhan   
  Date: 06/07/19 14:22:15

  Modified:    src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test           
                        AdvisedInstanceMetaDataContextTestCase.xml
                        BaseAdvisedChildAdvisedAndProxyTestCase.xml
                        BaseNotAdvisedChildProxyTestCase.xml
                        BaseNotAdvisedChildAdvisedAndProxyTestCase.xml
                        BasePreparedChildAdvisedAndProxyTestCase.xml
                        BaseOverriddenAdvisedChildAdvisedAndProxyTestCase.xml
                        BaseOnlyAdvisedChildAdvisedAndProxyTestCase.xml
                        NotAdvisedInstanceMetaDataContextTestCase.xml
                        BaseOnlyAdvisedChildProxyTestCase.xml
                        BaseOverriddenAdvisedChildProxyTestCase.xml
                        BaseAdvisedChildProxyTestCase.xml
  Log:
  [JBMICROCONT-98] Make the annotation metadata more free format
  
  Revision  Changes    Path
  1.2       +5 -5      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/AdvisedInstanceMetaDataContextTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AdvisedInstanceMetaDataContextTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/AdvisedInstanceMetaDataContextTestCase.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AdvisedInstanceMetaDataContextTestCase.xml	13 May 2006 14:11:53 -0000	1.1
  +++ AdvisedInstanceMetaDataContextTestCase.xml	19 Jul 2006 18:22:15 -0000	1.2
  @@ -9,12 +9,12 @@
      <bean name="NotAdvised" class="org.jboss.test.microcontainer.matrix.Base"/>
      
      <bean name="ClassAnnotated" class="org.jboss.test.microcontainer.matrix.Base">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
      
      <bean name="PropertyAnnotated" class="org.jboss.test.microcontainer.matrix.Base">
         <property name="property">10
  -	      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +	      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
   	   </property>
      </bean>
      
  
  
  
  1.5       +3 -3      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseAdvisedChildAdvisedAndProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseAdvisedChildAdvisedAndProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseAdvisedChildAdvisedAndProxyTestCase.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- BaseAdvisedChildAdvisedAndProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.4
  +++ BaseAdvisedChildAdvisedAndProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.5
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>
  
  
  
  1.3       +3 -3      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseNotAdvisedChildProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseNotAdvisedChildProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseNotAdvisedChildProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseNotAdvisedChildProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseNotAdvisedChildProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.3       +4 -4      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseNotAdvisedChildAdvisedAndProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseNotAdvisedChildAdvisedAndProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseNotAdvisedChildAdvisedAndProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseNotAdvisedChildAdvisedAndProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseNotAdvisedChildAdvisedAndProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.2       +4 -4      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BasePreparedChildAdvisedAndProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BasePreparedChildAdvisedAndProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BasePreparedChildAdvisedAndProxyTestCase.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- BasePreparedChildAdvisedAndProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.1
  +++ BasePreparedChildAdvisedAndProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.2
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.3       +4 -4      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOverriddenAdvisedChildAdvisedAndProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseOverriddenAdvisedChildAdvisedAndProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOverriddenAdvisedChildAdvisedAndProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseOverriddenAdvisedChildAdvisedAndProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseOverriddenAdvisedChildAdvisedAndProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.3       +4 -4      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOnlyAdvisedChildAdvisedAndProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseOnlyAdvisedChildAdvisedAndProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOnlyAdvisedChildAdvisedAndProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseOnlyAdvisedChildAdvisedAndProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseOnlyAdvisedChildAdvisedAndProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.2       +5 -5      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/NotAdvisedInstanceMetaDataContextTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NotAdvisedInstanceMetaDataContextTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/NotAdvisedInstanceMetaDataContextTestCase.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- NotAdvisedInstanceMetaDataContextTestCase.xml	13 May 2006 14:11:53 -0000	1.1
  +++ NotAdvisedInstanceMetaDataContextTestCase.xml	19 Jul 2006 18:22:15 -0000	1.2
  @@ -9,12 +9,12 @@
      <bean name="NotAdvised" class="org.jboss.test.microcontainer.matrix.Base"/>
      
      <bean name="ClassAnnotated" class="org.jboss.test.microcontainer.matrix.Base">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
      
      <bean name="PropertyAnnotated" class="org.jboss.test.microcontainer.matrix.Base">
         <property name="property">10
  -	      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +         <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
   	   </property>
      </bean>
      
  
  
  
  1.3       +4 -4      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOnlyAdvisedChildProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseOnlyAdvisedChildProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOnlyAdvisedChildProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseOnlyAdvisedChildProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseOnlyAdvisedChildProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.3       +4 -4      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOverriddenAdvisedChildProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseOverriddenAdvisedChildProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseOverriddenAdvisedChildProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseOverriddenAdvisedChildProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseOverriddenAdvisedChildProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>   
  
  
  
  1.3       +3 -3      aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseAdvisedChildProxyTestCase.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseAdvisedChildProxyTestCase.xml
  ===================================================================
  RCS file: /cvsroot/jboss/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/matrix/mc/test/BaseAdvisedChildProxyTestCase.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- BaseAdvisedChildProxyTestCase.xml	22 Jun 2006 15:18:25 -0000	1.2
  +++ BaseAdvisedChildProxyTestCase.xml	19 Jul 2006 18:22:15 -0000	1.3
  @@ -11,7 +11,7 @@
      <bean name="PlainChild" class="org.jboss.test.microcontainer.matrix.Child"/>
   
      <bean name="ProxiedChild" class="org.jboss.test.microcontainer.matrix.Child">
  -      <annotation name="org.jboss.test.microcontainer.support.Test"/>
  +      <annotation>@org.jboss.test.microcontainer.support.Test</annotation>
      </bean>
   
      <bean name="AnnotatedChild" class="org.jboss.test.microcontainer.matrix.AnnotatedChild"/>
  
  
  



More information about the jboss-cvs-commits mailing list