Revision 34005 branches/v2_0_0_prep/extensions/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
104 104

  
105 105
        // Compress the plugin and create the installer compressed file
106 106
        FileOutputStream os = new FileOutputStream(installerFile);
107
        makePluginPackageService.createPluginPackage(packageInfo, os);
107
        makePluginPackageService.createPackageSet(packageInfo, os);
108 108

  
109 109
        // decompress the plugin and read the plugin information
110 110
        InstallPackageService installPackageService =
......
133 133

  
134 134
        // Compress the plugin and create the installer compressed file
135 135
        FileOutputStream os = new FileOutputStream(installerFile);
136
        makePluginPackageService.createPluginPackage(packageInfo, os);
136
        makePluginPackageService.createPackageSet(packageInfo, os);
137 137

  
138 138
        // decompress the plugin and read the plugin information
139 139
        InstallPackageService installPackageService =
......
164 164

  
165 165
        // Compress the plugin and create the installer compressed file
166 166
        FileOutputStream os = new FileOutputStream(installerFile);
167
        makePluginPackageService.createPluginPackage(packageInfo, os);
167
        makePluginPackageService.createPackageSet(packageInfo, os);
168 168

  
169 169
        // decompress the plugin and read the plugin information
170 170
        InstallPackageService installPackageService =

Also available in: Unified diff