[Jboss-cvs] JBossAS SVN: r56570 - trunk/testsuite/src/main/org/jboss/test/xml
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 5 10:22:58 EDT 2006
Author: alex.loubyansky at jboss.com
Date: 2006-09-05 10:22:57 -0400 (Tue, 05 Sep 2006)
New Revision: 56570
Modified:
trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.java
Log:
Modified: trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.java 2006-09-05 14:12:47 UTC (rev 56569)
+++ trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.java 2006-09-05 14:22:57 UTC (rev 56570)
@@ -24,9 +24,10 @@
import java.beans.PropertyDescriptor;
import java.beans.SimpleBeanInfo;
import java.beans.IntrospectionException;
-//import org.jboss.xb.binding.introspection.ClassInfo;
-//import org.jboss.xb.binding.introspection.ClassInfos;
-//import org.jboss.xb.binding.introspection.FieldInfo;
+
+import org.jboss.xb.binding.introspection.ClassInfo;
+import org.jboss.xb.binding.introspection.ClassInfos;
+import org.jboss.xb.binding.introspection.FieldInfo;
import junit.framework.TestCase;
/**
@@ -40,7 +41,7 @@
{
super(localName);
}
-/*
+
public void testClassInfoNANonRequired() throws Exception
{
assertNull(ClassInfos.getClassInfo("na.package.A", false));
@@ -157,5 +158,4 @@
}
}
}
-*/
}
More information about the jboss-cvs-commits
mailing list