Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/11 14:02:55 (13 years ago)
Author:
swagner
Message:

Corrected namespace of test project (#1537)

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  
    1010    <OutputType>Library</OutputType>
    1111    <AppDesignerFolder>Properties</AppDesignerFolder>
    12     <RootNamespace>HeuristicLab.PluginInfrastructure_3._3.Test</RootNamespace>
     12    <RootNamespace>HeuristicLab.PluginInfrastructure_33.Tests</RootNamespace>
    1313    <AssemblyName>HeuristicLab.PluginInfrastructure-3.3.Tests</AssemblyName>
    1414    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests/InstallationManagerTest.cs

    r6427 r6535  
    2020#endregion
    2121
     22using System;
     23using System.Linq;
    2224using HeuristicLab.PluginInfrastructure.Advanced;
    2325using 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;
    2926
    30 namespace HeuristicLab.PluginInfrastructure_3._3.Test {
     27namespace HeuristicLab.PluginInfrastructure_33.Tests {
    3128
    3229
Note: See TracChangeset for help on using the changeset viewer.