Changeset 900

Show
Ignore:
Timestamp:
10/06/08 03:40:40 (3 months ago)
Author:
MartinVales
Message:
 
Location:
trunk/csharp/NUnitTest
Files:
6 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/csharp/NUnitTest/LASFilesClass.cs

    r870 r900  
    55namespace NUnitTest 
    66{ 
    7     class LASFilesClass 
     7    static public class LASFilesClass 
    88    { 
    9         static public string folder = @"F:\test\data\"; 
    10         static public string TO_core_last_zoom = "TO_core_last_zoom"; 
     9        static public string folder = @"C:\las\data"; 
     10        static public string Folder 
     11        { 
     12            get 
     13            { 
     14                return folder; 
     15            } 
     16            //static public string TO_core_last_zoom = "TO_core_last_zoom"; 
     17        } 
     18 
    1119    } 
    1220} 
  • trunk/csharp/NUnitTest/NUnitTest.csproj

    r870 r900  
    3939  </ItemGroup> 
    4040  <ItemGroup> 
     41    <Compile Include="LASWriterTest.cs" /> 
     42    <Compile Include="LASVariableLengthRecordTest.cs" /> 
     43    <Compile Include="LASGuidTest.cs" /> 
     44    <Compile Include="LASReaderTest.cs" /> 
     45    <Compile Include="LASPointTest.cs" /> 
    4146    <Compile Include="LASFilesClass.cs" /> 
    4247    <Compile Include="LASHeaderTest.cs" />