Author: jwross
Date: Mon Jul 30 20:26:32 2012
New Revision: 1367268
URL: http://svn.apache.org/viewvc?rev=1367268&view=rev
Log:
ARIES-892: Within verifyNoUnexpectedBundlesProvisioned, changed the expected
number of bundles from 23 to 25. The two additional bundles are:
wrap_mvn_org.ops4j.pax.exam_pax-exam-junit
org.apache.aries.subsystem.itest.interfaces
Modified:
aries/trunk/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4ATest.java
Modified:
aries/trunk/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4ATest.java
URL:
http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4ATest.java?rev=1367268&r1=1367267&r2=1367268&view=diff
==============================================================================
---
aries/trunk/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4ATest.java
(original)
+++
aries/trunk/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4ATest.java
Mon Jul 30 20:26:32 2012
@@ -82,6 +82,7 @@ public class SubsystemDependency_4ATest
* org.ops4j.pax.exam
* org.ops4j.pax.exam.junit.extender
* org.ops4j.pax.exam.junit.extender.impl
+ * wrap_mvn_org.ops4j.pax.exam_pax-exam-junit
* org.ops4j.pax.logging.pax-logging-api
* org.ops4j.pax.logging.pax-logging-service
* org.ops4j.pax.url.mvn
@@ -97,6 +98,7 @@ public class SubsystemDependency_4ATest
* org.eclipse.equinox.event
* org.apache.aries.subsystem.api
* org.apache.aries.subsystem.core
+ * org.apache.aries.subsystem.itest.interfaces
* com.springsource.org.junit
* org.ops4j.pax.exam.rbc
* org.osgi.service.subsystem.region.context.0
@@ -107,7 +109,7 @@ public class SubsystemDependency_4ATest
public void verifyNoUnexpectedBundlesProvisioned()
{
Bundle[] bundles = bundleContext.getBundles();
- assertEquals ("Wrong number of bundles in the Root subsystem",
23, bundles.length);
+ assertEquals ("Wrong number of bundles in the Root subsystem",
25, bundles.length);
for (Bundle b: bundles) {
assertTrue ("Bundle F should not have been
provisioned!", !b.getSymbolicName().equals(BUNDLE_F));
assertTrue ("Bundle G should not have been
provisioned!", !b.getSymbolicName().equals(BUNDLE_G));