Revision 18333 trunk/libraries/libRemoteServices/test/org/gvsig/remoteClient/kml/KmlReaderTest.java

View differences:

KmlReaderTest.java
126 126
			}else if(file.getName().toUpperCase().endsWith("KMZ")){
127 127
				return null;
128 128
			}else{
129
				throw new KmlException(file);
129
				throw new KmlException();
130 130
			}
131 131
		} catch (FileNotFoundException e) {
132
			throw new KmlException(file,e);
132
			throw new KmlException(e);
133 133
		}		
134 134
	}
135 135
	

Also available in: Unified diff