Commit 7e9b9555f1dfa7433b7686215daaea8b2c612842

Authored by Mickael Boiziot
1 parent 56349bde
Exists in master

Fix compilation of tests

src/test/java/eu/omp/irap/vespa/epntapclient/granule/GranuleCtrlTest.java
@@ -25,7 +25,7 @@ import java.util.List; @@ -25,7 +25,7 @@ import java.util.List;
25 import org.junit.Test; 25 import org.junit.Test;
26 26
27 import eu.omp.irap.vespa.votable.votable.VOTableException.CanNotParseDataException; 27 import eu.omp.irap.vespa.votable.votable.VOTableException.CanNotParseDataException;
28 -import eu.omp.irap.vespa.votable.votabledata.VOTableDataTest; 28 +
29 29
30 /** 30 /**
31 * @author N. Jourdane 31 * @author N. Jourdane
src/test/java/eu/omp/irap/vespa/epntapclient/granule/GranuleTest.java
@@ -27,8 +27,6 @@ import java.util.logging.Logger; @@ -27,8 +27,6 @@ import java.util.logging.Logger;
27 27
28 import org.junit.Test; 28 import org.junit.Test;
29 29
30 -import eu.omp.irap.vespa.votable.votabledata.VOTableDataTest;  
31 -  
32 /** 30 /**
33 * @author N. Jourdane 31 * @author N. Jourdane
34 */ 32 */