Changeset 6535
- Timestamp:
- 07/07/11 14:02:55 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests/HeuristicLab.PluginInfrastructure-3.3.Tests.csproj
r6434 r6535 10 10 <OutputType>Library</OutputType> 11 11 <AppDesignerFolder>Properties</AppDesignerFolder> 12 <RootNamespace>HeuristicLab.PluginInfrastructure_3 ._3.Test</RootNamespace>12 <RootNamespace>HeuristicLab.PluginInfrastructure_33.Tests</RootNamespace> 13 13 <AssemblyName>HeuristicLab.PluginInfrastructure-3.3.Tests</AssemblyName> 14 14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests/InstallationManagerTest.cs
r6427 r6535 20 20 #endregion 21 21 22 using System; 23 using System.Linq; 22 24 using HeuristicLab.PluginInfrastructure.Advanced; 23 25 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using System;25 using System.Linq;26 using HeuristicLab.PluginInfrastructure;27 using System.Collections.Generic;28 using HeuristicLab.PluginInfrastructure.Advanced.DeploymentService;29 26 30 namespace HeuristicLab.PluginInfrastructure_3 ._3.Test{27 namespace HeuristicLab.PluginInfrastructure_33.Tests { 31 28 32 29
Note: See TracChangeset
for help on using the changeset viewer.