- Timestamp:
- 01/15/11 00:48:49 (14 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3
- Property svn:ignore
-
old new 2 2 obj 3 3 *.user 4 OKB.designer.cs
-
- Property svn:ignore
-
branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/Tests
- Property svn:ignore
-
old new 1 1 bin 2 2 obj 3 *.user
-
- Property svn:ignore
-
branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/Tests/DBTests.cs
r5296 r5298 28 28 namespace HeuristicLab.Services.OKB.DataAccess_33.Tests { 29 29 /// <summary> 30 /// Summary description for UnitTest130 /// Summary description for DBTests 31 31 /// </summary> 32 32 [TestClass] 33 public class UnitTest{33 public class DBTests { 34 34 private const int PLATFORMS = 1; 35 35 private const int DATATYPES_PER_PLATFORM = 500; … … 55 55 private DataType[] bigintTypes; 56 56 57 public UnitTest() {57 public DBTests() { 58 58 // 59 59 // TODO: Add constructor logic here -
branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/Tests/HeuristicLab.Services.OKB.DataAccess-3.3.Tests.csproj
r4384 r5298 47 47 </ItemGroup> 48 48 <ItemGroup> 49 <Compile Include="DBTests.cs" /> 49 50 <Compile Include="Properties\AssemblyInfo.cs" /> 50 <Compile Include="UnitTest.cs" />51 51 </ItemGroup> 52 52 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.