[Liblas-commits] r1131 - trunk/test/unit

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Mar 20 16:42:06 EDT 2009


Author: mloskot
Date: Fri Mar 20 16:42:06 2009
New Revision: 1131
URL: http://liblas.org/changeset/1131

Log:
Renamed class LASSRS to LASSpatialReference in test/unit/Makefile.am (Ticket #113).

Modified:
   trunk/test/unit/Makefile.am

Modified: trunk/test/unit/Makefile.am
==============================================================================
--- trunk/test/unit/Makefile.am	(original)
+++ trunk/test/unit/Makefile.am	Fri Mar 20 16:42:06 2009
@@ -20,16 +20,16 @@
 	$(NULL)
 
 liblas_test_SOURCES = \
-	common.cpp \
-	guid_test.cpp \
-	laserror_test.cpp \
-	lasfile_test.cpp \
-	lasheader_test.cpp \
-    lassrs_test.cpp \
-	laspoint_test.cpp \
-	lasreader_iterator_test.cpp \
-	lasreader_test.cpp \
-	lasrecordheader_test.cpp \
-	laswriter_test.cpp \
-	liblas_test_suite.cpp
-    
\ No newline at end of file
+    common.cpp \
+    guid_test.cpp \
+    laserror_test.cpp \
+    lasfile_test.cpp \
+    lasheader_test.cpp \
+    lasspatialreference_test.cpp \
+    laspoint_test.cpp \
+    lasreader_iterator_test.cpp \
+    lasreader_test.cpp \
+    lasrecordheader_test.cpp \
+    laswriter_test.cpp \
+    liblas_test_suite.cpp
+


More information about the Liblas-commits mailing list