Changeset 8050 for trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests
- Timestamp:
- 06/19/12 11:37:24 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/PluginStoreTest.cs
r3742 r8050 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 0Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using HeuristicLab.Services.Deployment.DataAccess; 22 using System; 23 using System.Collections.Generic; 24 using System.Diagnostics; 25 using System.Linq; 23 26 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using System.Collections.Generic;25 using System.Linq;26 using System;27 using System.Diagnostics;28 27 29 28 namespace HeuristicLab.Services.Deployment.Test { -
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/Properties/AssemblyInfo.cs
r3742 r8050 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 0Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 using System.Reflection; 23 using System.Runtime.CompilerServices;24 23 using System.Runtime.InteropServices; 25 24
Note: See TracChangeset
for help on using the changeset viewer.