commit | d1e614b027c08d3523e7c114f3fb82b4153100c5 | [log] [tgz] |
---|---|---|
author | Marcel Offermans <marrs@apache.org> | Wed May 18 14:33:39 2011 +0000 |
committer | Marcel Offermans <marrs@apache.org> | Wed May 18 14:33:39 2011 +0000 |
tree | 392f44004c1f70d210dc26af050f89047b7ef037 | |
parent | dbf397ff1cad7a8c2fad0311960d9dc66c7a82bb [diff] |
FELIX-2955 Small bugfix to the test, it still failed because I forgot to do a bit of cleanup halfway through the testcase. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1124284 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/FELIX2955_ShellCommandTest.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/FELIX2955_ShellCommandTest.java index a81b95b..bd8e1fc 100644 --- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/FELIX2955_ShellCommandTest.java +++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/FELIX2955_ShellCommandTest.java
@@ -88,6 +88,7 @@ m.add(missing); e.step(4); e.waitForStep(5, 5000); + m.remove(missing); // now start/stop deploymentadmin, which we use here because it's a bundle that // publishes a service that uses the dependency manager (saving us from having to // create a bundle that does that on the fly) @@ -96,7 +97,6 @@ e.step(6); e.waitForStep(7, 5000); e.ensure(); - m.remove(missing); m.remove(shellClient); }