1 package it.com.atlassian.plugin.osgi.performance;
2
3 /**
4 * Tests the plugin framework handling restarts correctly
5 */
6 public class TestOsgiCacheFrameworkRestart extends TestOsgiNoCacheFrameworkRestart {
7 @Override
8 protected void startPluginFramework() throws Exception {
9 initPluginManager(prov, factory, "1.0");
10 }
11 }