mx4j/src/test/test/javax/management BinaryOpValueExpTest.java,1.3,1.4 BinaryRelQueryExpTest.java,1.3,1.4 DynamicMBeanFunctionalityTest.java,1.9,1.10 LocalSecurityManagerTest.java,1.3,1.4 MBeanComplianceTest.java,1.7,1.8 MBeanRegistrationTest.java,1.10,1.11 MBeanServerBuilderTest.java,1.5,1.6 MBeanServerFactoryTest.java,1.6,1.7 MBeanServerInvocationHandlerTest.java,1.7,1.8 MBeanServerPermissionTest.java,1.7,1.8 MBeanServerTest.java,1.10,1.11 MBeanStarInfoTest.java,1.3,1.4 MultiThreadMBeanServerTest.java,1.3,1.4 ObjectNameTest.java,1.12,1.13 PermissionTestCase.java,1.2,1.3 QueryTest.java,1.8,1.9 SecurityManagerTestCase.java,1.2,1.3 StandardMBeanTest.java,1.6,1.7

Simone Bordet <[email protected]> Sat, 13 Nov 2004 16:38:33 +0000
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/test/test/javax/management
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19300/src/test/test/javax/management

Modified Files:
	BinaryOpValueExpTest.java BinaryRelQueryExpTest.java 
	DynamicMBeanFunctionalityTest.java 
	LocalSecurityManagerTest.java MBeanComplianceTest.java 
	MBeanRegistrationTest.java MBeanServerBuilderTest.java 
	MBeanServerFactoryTest.java 
	MBeanServerInvocationHandlerTest.java 
	MBeanServerPermissionTest.java MBeanServerTest.java 
	MBeanStarInfoTest.java MultiThreadMBeanServerTest.java 
	ObjectNameTest.java PermissionTestCase.java QueryTest.java 
	SecurityManagerTestCase.java StandardMBeanTest.java 
Log Message:
Removed author tag, since I suspect it was parsed by spambots to retrieve author emails.

Index: LocalSecurityManagerTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/LocalSecurityManagerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LocalSecurityManagerTest.java	4 Sep 2004 15:44:42 -0000	1.3
--- LocalSecurityManagerTest.java	13 Nov 2004 16:38:30 -0000	1.4
***************
*** 34,38 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 34,37 ----

Index: MBeanServerFactoryTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanServerFactoryTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MBeanServerFactoryTest.java	4 Sep 2004 15:44:42 -0000	1.6
--- MBeanServerFactoryTest.java	13 Nov 2004 16:38:30 -0000	1.7
***************
*** 16,20 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 16,19 ----

Index: MultiThreadMBeanServerTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MultiThreadMBeanServerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MultiThreadMBeanServerTest.java	4 Sep 2004 15:44:42 -0000	1.3
--- MultiThreadMBeanServerTest.java	13 Nov 2004 16:38:30 -0000	1.4
***************
*** 27,31 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 27,30 ----

Index: MBeanServerTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanServerTest.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MBeanServerTest.java	4 Sep 2004 15:44:42 -0000	1.10
--- MBeanServerTest.java	13 Nov 2004 16:38:30 -0000	1.11
***************
*** 32,36 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 32,35 ----

Index: MBeanStarInfoTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanStarInfoTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MBeanStarInfoTest.java	4 Sep 2004 15:44:42 -0000	1.3
--- MBeanStarInfoTest.java	13 Nov 2004 16:38:30 -0000	1.4
***************
*** 19,23 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 19,22 ----

Index: PermissionTestCase.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/PermissionTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PermissionTestCase.java	4 Sep 2004 15:44:42 -0000	1.2
--- PermissionTestCase.java	13 Nov 2004 16:38:31 -0000	1.3
***************
*** 15,19 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 15,18 ----

Index: DynamicMBeanFunctionalityTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/DynamicMBeanFunctionalityTest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** DynamicMBeanFunctionalityTest.java	30 Oct 2004 17:09:38 -0000	1.9
--- DynamicMBeanFunctionalityTest.java	13 Nov 2004 16:38:30 -0000	1.10
***************
*** 22,26 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 22,25 ----

Index: QueryTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/QueryTest.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** QueryTest.java	4 Sep 2004 15:44:42 -0000	1.8
--- QueryTest.java	13 Nov 2004 16:38:31 -0000	1.9
***************
*** 24,29 ****
   * Class QueryTest, tests the query service
   *
-  * @author <a href="mailto:[email protected]">Carlos Quiroz</a>
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 24,27 ----

Index: MBeanServerBuilderTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanServerBuilderTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MBeanServerBuilderTest.java	4 Sep 2004 15:44:42 -0000	1.5
--- MBeanServerBuilderTest.java	13 Nov 2004 16:38:30 -0000	1.6
***************
*** 29,34 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Olav Reinert</a>
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 29,32 ----

Index: SecurityManagerTestCase.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/SecurityManagerTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SecurityManagerTestCase.java	4 Sep 2004 15:44:42 -0000	1.2
--- SecurityManagerTestCase.java	13 Nov 2004 16:38:31 -0000	1.3
***************
*** 34,38 ****
   * only the creation of the MBeanServerConnection (or MBeanServer) object.
   *
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 34,37 ----

Index: BinaryOpValueExpTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/BinaryOpValueExpTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BinaryOpValueExpTest.java	4 Sep 2004 15:44:42 -0000	1.3
--- BinaryOpValueExpTest.java	13 Nov 2004 16:38:30 -0000	1.4
***************
*** 16,20 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Carlos Quiroz</a>
   * @version $Revision$
   */
--- 16,19 ----

Index: MBeanServerInvocationHandlerTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanServerInvocationHandlerTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MBeanServerInvocationHandlerTest.java	4 Sep 2004 15:44:42 -0000	1.7
--- MBeanServerInvocationHandlerTest.java	13 Nov 2004 16:38:30 -0000	1.8
***************
*** 35,40 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
-  * @author <a href="mailto:[email protected]">Damien Evans</a>
   * @version $Revision$
   */
--- 35,38 ----

Index: MBeanComplianceTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanComplianceTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MBeanComplianceTest.java	4 Sep 2004 15:44:42 -0000	1.7
--- MBeanComplianceTest.java	13 Nov 2004 16:38:30 -0000	1.8
***************
*** 22,26 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 22,25 ----

Index: MBeanServerPermissionTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanServerPermissionTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MBeanServerPermissionTest.java	9 Oct 2004 13:51:39 -0000	1.7
--- MBeanServerPermissionTest.java	13 Nov 2004 16:38:30 -0000	1.8
***************
*** 16,20 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 16,19 ----

Index: StandardMBeanTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/StandardMBeanTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** StandardMBeanTest.java	4 Sep 2004 15:44:42 -0000	1.6
--- StandardMBeanTest.java	13 Nov 2004 16:38:31 -0000	1.7
***************
*** 20,24 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 20,23 ----

Index: MBeanRegistrationTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/MBeanRegistrationTest.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MBeanRegistrationTest.java	4 Sep 2004 15:44:42 -0000	1.10
--- MBeanRegistrationTest.java	13 Nov 2004 16:38:30 -0000	1.11
***************
*** 31,35 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 31,34 ----

Index: ObjectNameTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/ObjectNameTest.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ObjectNameTest.java	5 Oct 2004 13:17:52 -0000	1.12
--- ObjectNameTest.java	13 Nov 2004 16:38:31 -0000	1.13
***************
*** 16,20 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Simone Bordet</a>
   * @version $Revision$
   */
--- 16,19 ----

Index: BinaryRelQueryExpTest.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/test/test/javax/management/BinaryRelQueryExpTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BinaryRelQueryExpTest.java	4 Sep 2004 15:44:42 -0000	1.3
--- BinaryRelQueryExpTest.java	13 Nov 2004 16:38:30 -0000	1.4
***************
*** 18,22 ****
  
  /**
-  * @author <a href="mailto:[email protected]">Carlos Quiroz</a>
   * @version $Revision$
   */
--- 18,21 ----



-------------------------------------------------------
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