[jboss-cvs] JBossAS SVN: r104941 - projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 18 12:52:41 EDT 2010


Author: kabir.khan at jboss.com
Date: 2010-05-18 12:52:41 -0400 (Tue, 18 May 2010)
New Revision: 104941

Removed:
   projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/IntrospectionCustomValueValueOfTest.java
   projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/JavassistCustomValueValueOfTest.java
Log:
[JBREFLECT-88] Rename tests so they get picked up when running tests from maven

Deleted: projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/IntrospectionCustomValueValueOfTest.java
===================================================================
--- projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/IntrospectionCustomValueValueOfTest.java	2010-05-18 16:51:32 UTC (rev 104940)
+++ projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/IntrospectionCustomValueValueOfTest.java	2010-05-18 16:52:41 UTC (rev 104941)
@@ -1,44 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source.
-* Copyright 2006, Red Hat Middleware LLC, and individual contributors
-* as indicated by the @author tags. See the copyright.txt file in the
-* distribution for a full listing of individual contributors. 
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
-package org.jboss.test.classinfo.test;
-
-import org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory;
-import org.jboss.reflect.spi.TypeInfoFactory;
-
-/**
- * 
- * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
- */
-public class IntrospectionCustomValueValueOfTest extends CustomValueValueOfTest
-{
-   public IntrospectionCustomValueValueOfTest(String name)
-   {
-      super(name);
-   }
-
-   @Override
-   protected TypeInfoFactory getTypeInfoFactory()
-   {
-      return new IntrospectionTypeInfoFactory();
-   }
-}

Deleted: projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/JavassistCustomValueValueOfTest.java
===================================================================
--- projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/JavassistCustomValueValueOfTest.java	2010-05-18 16:51:32 UTC (rev 104940)
+++ projects/jboss-reflect/trunk/src/test/java/org/jboss/test/classinfo/test/JavassistCustomValueValueOfTest.java	2010-05-18 16:52:41 UTC (rev 104941)
@@ -1,44 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source.
-* Copyright 2006, Red Hat Middleware LLC, and individual contributors
-* as indicated by the @author tags. See the copyright.txt file in the
-* distribution for a full listing of individual contributors. 
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
-package org.jboss.test.classinfo.test;
-
-import org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory;
-import org.jboss.reflect.spi.TypeInfoFactory;
-
-/**
- * 
- * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
- */
-public class JavassistCustomValueValueOfTest extends CustomValueValueOfTest
-{
-   public JavassistCustomValueValueOfTest(String name)
-   {
-      super(name);
-   }
-
-   @Override
-   protected TypeInfoFactory getTypeInfoFactory()
-   {
-      return new JavassistTypeInfoFactory();
-   }
-}




More information about the jboss-cvs-commits mailing list