Revision: 5021
          http://sourceforge.net/p/jump-pilot/code/5021
Author:   michaudm
Date:     2016-09-20 07:09:14 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
Remove test on ProjUtilsOldTest which is breaking the build

Modified Paths:
--------------
    core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java

Modified: core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java
===================================================================
--- core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java      2016-09-17 
16:51:08 UTC (rev 5020)
+++ core/trunk/src/jumptest/ccordsys/ProjUtilsOldTest.java      2016-09-20 
07:09:14 UTC (rev 5021)
@@ -10,6 +10,7 @@
  * Created by UMichael on 10/09/2016.
  */
 public class ProjUtilsOldTest extends TestCase {
+
     public static void main(String[] args) throws Exception {
         /*
         File src1 = new File("D:\\DATA\\FORMATS\\GeoTIFF\\gdal_eg\\cea.tif");
@@ -82,12 +83,14 @@
 
     }
 
+    /*
     public void testGetSRSInfoFromGeoTiff() throws Exception {
         File src1 = new File("D:\\DATA\\FORMATS\\GeoTIFF\\gdal_eg\\cea.tif");
         SRSInfo info1 = TiffTags.readMetadata(src1).getSRSInfo();
         System.out.printf("%s%n%n", info1);
         assertEquals("cea.tiff contains unnamed NAD27", "unnamed NAD27", 
info1.getDescription());
     }
+    */
 
 
 }


------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to