Revision 32563 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/info/InstallerInfoFileReaderTest.java

View differences:

InstallerInfoFileReaderTest.java
30 30
import java.io.FileInputStream;
31 31
import java.io.FileNotFoundException;
32 32

  
33
import org.gvsig.installer.lib.impl.DefaultInstallerInfo;
33
import org.gvsig.installer.lib.impl.DefaultPackageInfo;
34 34
import org.gvsig.installer.lib.spi.InstallerInfoFileException;
35 35
import org.gvsig.tools.junit.AbstractLibraryAutoInitTestCase;
36 36
import org.gvsig.tools.locator.LocatorException;
......
52 52
	public void testReadFile() throws LocatorException, InstallerInfoFileException, FileNotFoundException {
53 53
		FileInputStream fis = new FileInputStream(getClass().getClassLoader().getResource("install.info1").getFile());
54 54
		
55
		DefaultInstallerInfo installerInfo = new DefaultInstallerInfo();
55
		DefaultPackageInfo installerInfo = new DefaultPackageInfo();
56 56
		
57 57
		InstallerInfoFileReader installerInfoFileReader = new InstallerInfoFileReader();
58 58
		installerInfoFileReader.read(installerInfo, fis);		

Also available in: Unified diff