Author: thomas.diesler(a)jboss.com
Date: 2010-02-02 01:00:10 -0500 (Tue, 02 Feb 2010)
New Revision: 100238
Modified:
projects/jboss-osgi/trunk/testsuite/functional/pom.xml
projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi286/OSGi286TestCase.java
Log:
[JBOSGI-286] Investigate classloading of javax.* classes
Fix typo
Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml 2010-02-02 05:52:28 UTC (rev
100237)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml 2010-02-02 06:00:10 UTC (rev
100238)
@@ -171,8 +171,8 @@
<exclude>org/jboss/test/osgi/jbosgi108/**</exclude>
<!-- [JBOSGI-214] Cannot repeatedly register service bound to an
interface from the system classpath -->
<exclude>org/jboss/test/osgi/jbosgi214/**</exclude>
- <!-- [JBOSGI-268] Investigate classloading of javax.* classes -->
- <exclude>org/jboss/test/osgi/jbosgi268/**</exclude>
+ <!-- [JBOSGI-286] Investigate classloading of javax.* classes -->
+ <exclude>org/jboss/test/osgi/jbosgi286/**</exclude>
</excludes>
</configuration>
</plugin>
Modified:
projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi286/OSGi286TestCase.java
===================================================================
---
projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi286/OSGi286TestCase.java 2010-02-02
05:52:28 UTC (rev 100237)
+++
projects/jboss-osgi/trunk/testsuite/functional/src/test/java/org/jboss/test/osgi/jbosgi286/OSGi286TestCase.java 2010-02-02
06:00:10 UTC (rev 100238)
@@ -41,7 +41,7 @@
public class OSGi286TestCase extends OSGiTest
{
@Test
- public void testInstallInvalidBundleVersion() throws Exception
+ public void testJAXBContextWiring() throws Exception
{
OSGiRuntime runtime = getDefaultRuntime();
try