mx4j/src/test/test/javax/management/openmbean ArrayTypeTest.java,1.5,1.6 CompositeDataSupportTest.java,1.6,1.7 CompositeTypeTest.java,1.10,1.11 OpenMBeanAttributeInfoSupportTest.java,1.6,1.7 OpenMBeanConstructorInfoSupportTest.java,1.2,1.3 OpenMBeanInfoSupportTest.java,1.2,1.3 OpenMBeanOperationInfoSupportTest.java,1.4,1.5 OpenMBeanParameterInfoSupportTest.java,1.5,1.6 SimpleTypeTest.java,1.5,1.6 TabularDataSupportTest.java,1.9,1.10 TabularTypeTest.java,1.7,1.8
Simone Bordet <[email protected]> Sat, 13 Nov 2004 16:38:30 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19300/src/test/test/javax/management/openmbean Modified Files: ArrayTypeTest.java CompositeDataSupportTest.java CompositeTypeTest.java OpenMBeanAttributeInfoSupportTest.java OpenMBeanConstructorInfoSupportTest.java OpenMBeanInfoSupportTest.java OpenMBeanOperationInfoSupportTest.java OpenMBeanParameterInfoSupportTest.java SimpleTypeTest.java TabularDataSupportTest.java TabularTypeTest.java Log Message: Removed author tag, since I suspect it was parsed by spambots to retrieve author emails. Index: OpenMBeanParameterInfoSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/OpenMBeanParameterInfoSupportTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OpenMBeanParameterInfoSupportTest.java 4 Sep 2004 15:44:22 -0000 1.5 --- OpenMBeanParameterInfoSupportTest.java 13 Nov 2004 16:38:27 -0000 1.6 *************** *** 20,24 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 20,23 ---- Index: TabularDataSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/TabularDataSupportTest.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TabularDataSupportTest.java 4 Sep 2004 15:44:22 -0000 1.9 --- TabularDataSupportTest.java 13 Nov 2004 16:38:27 -0000 1.10 *************** *** 22,26 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 22,25 ---- Index: OpenMBeanOperationInfoSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/OpenMBeanOperationInfoSupportTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenMBeanOperationInfoSupportTest.java 4 Sep 2004 15:44:22 -0000 1.4 --- OpenMBeanOperationInfoSupportTest.java 13 Nov 2004 16:38:27 -0000 1.5 *************** *** 9,13 **** /** - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ */ --- 9,12 ---- Index: OpenMBeanAttributeInfoSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/OpenMBeanAttributeInfoSupportTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OpenMBeanAttributeInfoSupportTest.java 4 Sep 2004 15:44:22 -0000 1.6 --- OpenMBeanAttributeInfoSupportTest.java 13 Nov 2004 16:38:27 -0000 1.7 *************** *** 9,13 **** /** - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ */ --- 9,12 ---- Index: OpenMBeanConstructorInfoSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/OpenMBeanConstructorInfoSupportTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenMBeanConstructorInfoSupportTest.java 4 Sep 2004 15:44:22 -0000 1.2 --- OpenMBeanConstructorInfoSupportTest.java 13 Nov 2004 16:38:27 -0000 1.3 *************** *** 22,26 **** /** - * @author wharold */ public class OpenMBeanConstructorInfoSupportTest extends TestCase --- 22,25 ---- Index: CompositeDataSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/CompositeDataSupportTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CompositeDataSupportTest.java 4 Sep 2004 15:44:22 -0000 1.6 --- CompositeDataSupportTest.java 13 Nov 2004 16:38:27 -0000 1.7 *************** *** 20,24 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 20,23 ---- Index: SimpleTypeTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/SimpleTypeTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SimpleTypeTest.java 4 Sep 2004 15:44:22 -0000 1.5 --- SimpleTypeTest.java 13 Nov 2004 16:38:27 -0000 1.6 *************** *** 9,13 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 9,12 ---- Index: TabularTypeTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/TabularTypeTest.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TabularTypeTest.java 10 Oct 2004 16:39:41 -0000 1.7 --- TabularTypeTest.java 13 Nov 2004 16:38:27 -0000 1.8 *************** *** 21,25 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 21,24 ---- Index: CompositeTypeTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/CompositeTypeTest.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** CompositeTypeTest.java 4 Sep 2004 15:44:22 -0000 1.10 --- CompositeTypeTest.java 13 Nov 2004 16:38:27 -0000 1.11 *************** *** 18,22 **** /** - * @author <a href="mailto:[email protected]">Bronwen Cassidy</a> * @version $Revision$ */ --- 18,21 ---- Index: ArrayTypeTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/ArrayTypeTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ArrayTypeTest.java 4 Sep 2004 15:44:22 -0000 1.5 --- ArrayTypeTest.java 13 Nov 2004 16:38:24 -0000 1.6 *************** *** 9,13 **** /** - * @author <a href="mailto:[email protected]">Warren Mira</a> * @version $Revision$ */ --- 9,12 ---- Index: OpenMBeanInfoSupportTest.java =================================================================== RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/openmbean/OpenMBeanInfoSupportTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenMBeanInfoSupportTest.java 4 Sep 2004 15:44:22 -0000 1.2 --- OpenMBeanInfoSupportTest.java 13 Nov 2004 16:38:27 -0000 1.3 *************** *** 28,32 **** /** - * @author wharold */ public class OpenMBeanInfoSupportTest extends TestCase --- 28,31 ---- ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8