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 {
8 @Override
9 protected void startPluginFramework() throws Exception
10 {
11 initPluginManager(prov, factory, "1.0");
12 }
13 }