Revision 43126 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.installer/org.gvsig.installer.lib/org.gvsig.installer.lib.impl/src/test/java/org/gvsig/installer/lib/impl/creation/MakePluginPackageServiceTest.java

View differences:

MakePluginPackageServiceTest.java
106 106
		InstallPackageService installPackageService = InstallerLocator
107 107
				.getInstallerManager().getInstallPackageService();
108 108

  
109
		installPackageService.addBundle(installerFile);
109
		installPackageService.addBundle(installerFile, null);
110 110
		assertEquals(1, installPackageService.getPackageCount());
111 111
		PackageInfo newInstallerInfo = makePluginPackageService
112 112
				.getPluginPackageInfo(0);
......
133 133
		// decompress the plugin and read the plugin information
134 134
		InstallPackageService installPackageService = InstallerLocator
135 135
				.getInstallerManager().getInstallPackageService();
136
		installPackageService.addBundle(installerFile);
136
		installPackageService.addBundle(installerFile, null);
137 137
		assertEquals(1, installPackageService.getPackageCount());
138 138
		PackageInfo newInstallerInfo = makePluginPackageService
139 139
				.getPluginPackageInfo(0);
......
162 162
		// decompress the plugin and read the plugin information
163 163
		InstallPackageService installPackageService = InstallerLocator
164 164
				.getInstallerManager().getInstallPackageService();
165
		installPackageService.addBundle(installerFile);
165
		installPackageService.addBundle(installerFile, null);
166 166
		assertEquals(1, installPackageService.getPackageCount());
167 167
		PackageInfo newInstallerInfo = makePluginPackageService
168 168
				.getPluginPackageInfo(0);

Also available in: Unified diff