[jboss-cvs] JBossAS SVN: r87171 - projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/example/log.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 11 17:13:26 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-11 17:13:26 -0400 (Sat, 11 Apr 2009)
New Revision: 87171

Modified:
   projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/example/log/LogServiceTestCase.java
Log:
Uninstall the 3rd party LogService

Modified: projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/example/log/LogServiceTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/example/log/LogServiceTestCase.java	2009-04-11 21:03:48 UTC (rev 87170)
+++ projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/example/log/LogServiceTestCase.java	2009-04-11 21:13:26 UTC (rev 87171)
@@ -85,6 +85,9 @@
       bundleA.stop();
       bundleA.uninstall();
       
+      // Uninstall the 3rd party LogService
+      logServiceBundle.uninstall();
+      
       // Verify the received log entries
       List<LogEntry> entries = logEntryCache.getLog();
       assertEquals("Number of entries", 6, entries.size());




More information about the jboss-cvs-commits mailing list